Update z-index of beta button so that row creation goes on top

This commit is contained in:
Andrew Kingston 2023-04-24 13:47:55 +01:00
parent 357894d556
commit b0ce561383
1 changed files with 1 additions and 1 deletions

View File

@ -130,11 +130,11 @@
<HeaderRow />
<GridBody />
</div>
<BetaButton />
<NewRow />
<div class="overlays">
<ResizeOverlay />
<ReorderOverlay />
<BetaButton />
<ScrollOverlay />
<MenuOverlay />
</div>