1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

Fix z-index on table header

This commit is contained in:
Andrew Kingston 2021-04-13 15:31:38 +01:00
parent c602502e46
commit 9180312bab

View file

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