Left Panel: Fix scroll (#6921)
This commit is contained in:
parent
276579f8c9
commit
0fb1cf73b1
@ -36,11 +36,15 @@
|
||||
|
||||
&-content {
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
||||
min-height: 0;
|
||||
|
||||
> .Transition {
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
background: var(--color-background);
|
||||
|
||||
&-inner {
|
||||
overflow: hidden;
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
column-gap: 0.625rem;
|
||||
justify-content: space-between;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user