mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-25 07:33:05 +00:00
11 lines
No EOL
253 B
Text
11 lines
No EOL
253 B
Text
.vertical-nav-bar-container {
|
|
width: var(--vertical-nav-bar-size);
|
|
padding: 1rem 0;
|
|
background-color: var(--color-backgroundlighter);
|
|
overflow-y: auto;
|
|
scrollbar-width: none;
|
|
|
|
&::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
} |