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 {
|
#sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow-x: scroll;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -108,6 +107,7 @@
|
||||||
#sidebar-tabs {
|
#sidebar-tabs {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
|
overflow-x: scroll;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue