0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +00:00

Set as Relative position, remove extra properties

Doesn't need to be Sticky positioning, relative is fine (it is still fixed above the iframe).  Allows us to remove a bunch of extra properties.

Add a smidgen of padding.
This commit is contained in:
Gazook89
2024-08-17 14:23:33 -05:00
parent 232f28b5b4
commit 19e6d94419

View File

@@ -1,7 +1,5 @@
.toolBar {
position : sticky;
top : 0;
left : 0;
position : relative;
z-index : 1;
display : flex;
flex-wrap : wrap;
@@ -10,7 +8,7 @@
align-items : center;
justify-content : center;
width : 100%;
height : 30px;
padding: 2px 0;
font-family : 'Open Sans', sans-serif;
color : white;
text-align : center;