0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 09:22:38 +00:00

set position relative, remove padding

This commit is contained in:
Gazook89
2024-08-27 09:03:24 -05:00
parent 183687d676
commit a7c4b78ec8
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;