Skip to content

Commit

Permalink
Merge pull request #934 from jaredkhan/fix-location-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored Jan 4, 2025
2 parents 7df7368 + 857106d commit 8a78ff6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OZprivate/scss/tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ body.loading #UI #loading_spinner {
}
}

.ui-controls [uk-dropdown] {
[uk-dropdown] {
/* make sure dropdowns always fit in the viewport, but don't cover header (or possibly get lost under Safari URL bar) */
max-height: calc(100vh - 8rem);
overflow-y: auto;
Expand Down Expand Up @@ -234,7 +234,6 @@ ul.ui-controls.button-label-hidden {
font-size: small;
text-align: center;
padding:0;
min-height: 100%; /*aligned to bottom of control buttons, so make sure we are the same height as containing control buttons*/
}


Expand Down

0 comments on commit 8a78ff6

Please sign in to comment.