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
1 changed files with 1 additions and 0 deletions

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;