Skip to content

Commit 90b7569

Browse files
authored
Merge pull request #869 from Stremio/fix/nav-container-scrollbar-offset
App: remove edges blank space
2 parents 1347bb3 + 5eb173a commit 90b7569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MainNavBars/MainNavBars.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
bottom: 0;
3535
left: var(--vertical-nav-bar-size);
3636
z-index: 0;
37-
overflow: scroll;
37+
overflow: hidden;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)