Skip to content

Commit

Permalink
update header dropdown css
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Aug 22, 2024
1 parent ca9631b commit 3753223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scss/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@
}
&.full {
#mainmenu {
height: var(--navbar-height);

.dropdown-menu {
position: fixed;
margin-top: 10px;
}
}
#personaltools {
Expand Down
4 changes: 3 additions & 1 deletion src/cone/app/browser/static/cone/cone.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ tr.selectable td {
#main-area.super-compact #personaltools #colortoggler {
padding-left: 0;
}
#main-area.full #mainmenu {
height: var(--navbar-height);
}
#main-area.full #mainmenu .dropdown-menu {
position: fixed;
margin-top: 10px;
}
#main-area.full #personaltools {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/cone/app/browser/static/cone/cone.app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3753223

Please sign in to comment.