mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/sidebar: fix scrolling one more time
This commit is contained in:
parent
1325c3516c
commit
598ffc52b6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,6 @@
|
|||
#sidebar {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow-x: scroll;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
@ -108,6 +107,7 @@
|
|||
#sidebar-tabs {
|
||||
justify-content: space-around;
|
||||
overflow-y: visible;
|
||||
overflow-x: scroll;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue