Skip to content

Commit

Permalink
Merge pull request #382 from stuartwoodman/AUS-4183-Move-Browse-Menu-Up
Browse files Browse the repository at this point in the history
AUS-4183 Move Browse Menu Up
  • Loading branch information
stuartwoodman authored Jun 5, 2024
2 parents 18251cb + 010f9a7 commit 4b0d1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/browsepanel/browsepanel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
flex-direction: row;
position: absolute;
line-height: 1.2;
max-height: calc(100vh - 150px);
top: 85px;
max-height: calc(100vh - 140px);
top: 45px;
left: 40px;
z-index: 100;
padding: 6px;
Expand Down

0 comments on commit 4b0d1d2

Please sign in to comment.