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