1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Fix side panel not scrolling properly

This commit is contained in:
Andrew Kingston 2022-11-22 15:49:11 +00:00
parent c3c293ce2b
commit 43c5ddfe5f

View file

@ -275,6 +275,7 @@
z-index: 1;
border-top: 1px solid var(--spectrum-global-color-gray-300);
overflow: hidden;
position: relative;
}
.component {
display: contents;