We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e8cd7 commit 5240242Copy full SHA for 5240242
frontend/src/global_styles/layout/_main_menu.sass
@@ -52,10 +52,16 @@ $arrow-left-width: 40px
52
background-color: var(--main-menu-bg-color)
53
54
#menu-sidebar
55
- height: calc(100vh - var(--header-height))
+ // reduce the height of projects selector (77px)
56
+ // projects selector height (40px) + its margin top (12px) + divider height (1px) + its margin top and bottom (24px)
57
+ height: calc(100vh - var(--header-height) - 77px)
58
position: relative
59
@include styled-scroll-bar
60
61
+ .menu_root
62
+ @include styled-scroll-bar
63
64
+ overflow-y: scroll
65
// Fixed heights to allow inner scrolling
66
.menu_root.closed,
67
.menu_root > li.open,
0 commit comments