Fix z-index on table header
This commit is contained in:
parent
c1ba8f065f
commit
719c2af295
|
@ -303,6 +303,8 @@
|
|||
.wrapper {
|
||||
background-color: var(--spectrum-global-color-gray-100);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in New Issue