Fix table z-index

This commit is contained in:
Andrew Kingston 2021-06-14 18:20:25 +01:00
parent a3f3039778
commit ef8e6511b8
1 changed files with 1 additions and 1 deletions

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 {