1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fix z-index of add column icon

This commit is contained in:
Andrew Kingston 2023-04-28 11:41:28 +01:00
parent 933545ccf7
commit ab0d859c82
2 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@
height: 100%;
display: grid;
place-items: center;
z-index: 10;
z-index: 100;
}
.grid-loading:before {
content: "";

View file

@ -46,7 +46,6 @@
border-bottom: var(--cell-border);
position: relative;
height: var(--default-row-height);
z-index: 1;
}
.row {
display: flex;
@ -62,6 +61,7 @@
border-right: var(--cell-border);
border-bottom: var(--cell-border);
background: var(--spectrum-global-color-gray-100);
z-index: 20;
}
.add:hover {
background: var(--spectrum-global-color-gray-200);