mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 12:52:42 +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 {
|
.toolBar {
|
||||||
position : sticky;
|
position : relative;
|
||||||
top : 0;
|
|
||||||
left : 0;
|
|
||||||
z-index : 1;
|
z-index : 1;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-wrap : wrap;
|
flex-wrap : wrap;
|
||||||
@@ -10,7 +8,7 @@
|
|||||||
align-items : center;
|
align-items : center;
|
||||||
justify-content : center;
|
justify-content : center;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
height : 30px;
|
padding: 2px 0;
|
||||||
font-family : 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
color : white;
|
color : white;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
|||||||
Reference in New Issue
Block a user