Skip to content

Commit

Permalink
Fix sidebar menu spacing on small screens (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 3, 2024
1 parent 2085bb7 commit dacdcb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _static/css/gazebo.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ header.navbar {
}

.bd-sidebar-primary {
max-height: calc(100vh - var(--pst-header-height) + var(--gz-doc-header-height));
max-height: calc(100vh - var(--pst-header-height) - var(--gz-doc-header-height));
top: calc(var(--pst-header-height) + var(--gz-doc-header-height));
background-color: var(--gz-color-primary-sidebar);
padding-top: 1em;
}

.bd-sidebar-secondary {
Expand Down

0 comments on commit dacdcb6

Please sign in to comment.