Left Panel: Fix scroll (#6921)

This commit is contained in:
Alexander Zinchuk 2026-05-05 13:46:57 +02:00
parent 276579f8c9
commit 0fb1cf73b1
3 changed files with 6 additions and 0 deletions

View File

@ -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;
} }

View File

@ -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;

View File

@ -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;