prevent header scrolling on mobile
This commit is contained in:
parent
9049939b92
commit
421187c128
|
@ -53,7 +53,7 @@ body{
|
|||
.layout-container {
|
||||
> header {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
> div {
|
||||
padding: $body-margin-y $body-margin-x 0 $body-margin-x;
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in New Issue