mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 18:08:28 +00:00
web/sidebar: fix scrolling one more time
This commit is contained in:
parent
754e4b015d
commit
4cbe70ac6f
@ -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 New Issue
Block a user