Fix z-index on table header

This commit is contained in:
Andrew Kingston 2021-04-13 15:31:38 +01:00
parent c1ba8f065f
commit 719c2af295
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@
.wrapper {
background-color: var(--spectrum-global-color-gray-100);
overflow: hidden;
position: relative;
z-index: 1;
}
.container {