mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/sidebar: disable scrollbars
This commit is contained in:
parent
1c9d604326
commit
3c1a69063d
1 changed files with 3 additions and 1 deletions
|
@ -61,8 +61,9 @@
|
|||
#sidebar {
|
||||
background: var(--secondary);
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
width: var(--sidebar-width);
|
||||
position: sticky;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
#sidebar-tabs {
|
||||
|
@ -70,6 +71,7 @@
|
|||
justify-content: space-between;
|
||||
padding-bottom: var(--padding);
|
||||
overflow: scroll;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
|
|
Loading…
Reference in a new issue