fix: position: fixed being broken

broken css feature is broken.
I want position: fixed to explod
This commit is contained in:
Ax333l
2022-11-25 22:35:02 +01:00
parent 57b9e6e258
commit 875c94d0bc
3 changed files with 13 additions and 6 deletions

View File

@@ -13,18 +13,19 @@ html {
padding: 0;
font-size: 100%;
box-sizing: border-box;
overflow-y: scroll;
}
body {
margin: 0;
padding: 0;
background-color: var(--bg-color);
overflow: hidden;
}
html,
body {
max-width: 100vw;
width: 100vw;
overflow: auto;
}
.wrapper {