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 {
|
#sidebar {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
position: sticky;
|
|
||||||
width: var(--sidebar-width);
|
width: var(--sidebar-width);
|
||||||
|
position: sticky;
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-tabs {
|
#sidebar-tabs {
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: var(--padding);
|
padding-bottom: var(--padding);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 535px) {
|
@media screen and (max-width: 535px) {
|
||||||
|
|
Loading…
Reference in a new issue