0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 18:22:40 +00:00

Change toolbar to relative positioning

This commit is contained in:
G.Ambatte
2024-08-26 21:27:09 +12:00
parent 708cbdc9e5
commit a1c275479f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.toolBar {
position : absolute;
position : relative;
z-index : 1;
box-sizing : border-box;
display : flex;