Fix side panel not scrolling properly
This commit is contained in:
parent
c3c293ce2b
commit
43c5ddfe5f
|
@ -275,6 +275,7 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-top: 1px solid var(--spectrum-global-color-gray-300);
|
border-top: 1px solid var(--spectrum-global-color-gray-300);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.component {
|
.component {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
|
Loading…
Reference in New Issue