prevent header scrolling on mobile

This commit is contained in:
Valentin Le Moign 2025-01-15 01:46:21 +01:00
parent 9049939b92
commit 421187c128
1 changed files with 1 additions and 1 deletions

View File

@ -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;