mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
scrollbar added to vertical nav bar
This commit is contained in:
parent
bc537d29bf
commit
0b3579fb86
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
width: var(--nav-bar-size);
|
||||
padding: 1rem 0;
|
||||
background-color: var(--color-backgroundlighter);
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
|
||||
.nav-tab-button {
|
||||
display: flex;
|
||||
|
|
@ -20,4 +22,8 @@
|
|||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue