1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Fix table z-index

This commit is contained in:
Andrew Kingston 2021-06-14 18:20:25 +01:00
parent 147e4b6292
commit f802cf7217

View file

@ -359,7 +359,7 @@
background-color: var(--spectrum-alias-background-color-secondary);
overflow: hidden;
position: relative;
z-index: 1;
z-index: 0;
}
.container {