Fix side panel not scrolling properly

This commit is contained in:
Andrew Kingston 2022-11-22 15:49:11 +00:00
parent d8863925e0
commit 7b367313c8
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;