stremio-web/storybook/stories/NavBar/VerticalNavBar/styles.less
2020-01-02 11:50:30 +02:00

8 lines
No EOL
132 B
Text

.long-vertical-nav-bar {
overflow-y: auto;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}