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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user