Skip to content

Commit 88e9abf

Browse files
globbertotglobbertot
authored andcommitted
Always show scroll bar
1 parent fada6d4 commit 88e9abf

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

ui/scss/component/_navigation.scss

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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);
@@ -73,15 +73,6 @@
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
}
@@ -116,13 +107,6 @@
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 {

0 commit comments

Comments
 (0)