prevent header scrolling on mobile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user