Fixed overflow priority on sidebar.
This commit is contained in:
parent
7974325eea
commit
ddc7830c4c
1 changed files with 7 additions and 0 deletions
|
@ -37,8 +37,15 @@
|
||||||
|
|
||||||
.sidebar__selector-top {
|
.sidebar__selector-top {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
flex-shrink: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
.sidebar__selector-bottom {
|
||||||
|
flex-shrink: 1;
|
||||||
|
flex-grow: 0;
|
||||||
|
overflow: hidden auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar__selector-mode {
|
.sidebar__selector-mode {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
Loading…
Reference in a new issue