Fixes Header Bar Behavior

This commit is contained in:
2023-10-26 21:59:06 -03:00
parent 5c9c5db016
commit 34ae8b1818
5 changed files with 91 additions and 86 deletions

View File

@@ -6,6 +6,13 @@
margin: 0 auto;
}
html, body {
width: 100vw;
overflow-y: scroll;
overflow-x: hidden;
position: absolute;
}
h1,
h2,
h3,