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

Update position of new row buttons to reduce chance of z-index issues with dropdowns as the first new row column

This commit is contained in:
Andrew Kingston 2023-04-28 11:47:44 +01:00
parent ab0d859c82
commit 9c811d1a3b

View file

@ -270,7 +270,7 @@
z-index: 3;
position: absolute;
top: calc(var(--row-height) + var(--offset) + 24px);
left: var(--gutter-width);
left: 18px;
}
.button-with-keys {
display: flex;