File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 4242.navigation {
4343 position : fixed ;
4444 left : 0 ;
45- overflow-y : auto ;
45+ overflow-y : scroll ;
4646 overflow-x : hidden ;
4747 top : var (--header-height );
4848 width : var (--side-nav-width );
7373 color : var (--color-odysee-contrast ) !important ;
7474 }
7575
76- @media (min-width : $breakpoint-medium ) {
77- overflow-y : hidden ;
78- justify-content : space-between ;
79-
80- & :hover {
81- overflow-y : auto ;
82- }
83- }
84-
8576 @media (max-width : $breakpoint-medium ) {
8677 width : calc (var (--side-nav-width ) + 6px );
8778 }
116107
117108.navigation--push {
118109 transform : translateX (0 );
119-
120- @media (min-width : $breakpoint-medium ) {
121- & :hover {
122- overflow-y : auto ;
123- width : calc (var (--side-nav-width ) + 6px );
124- }
125- }
126110}
127111
128112.navigation--mac {
You can’t perform that action at this time.
0 commit comments