fix styles

This commit is contained in:
isUnknown 2024-04-09 12:35:24 +02:00
parent d39c210c87
commit 2a0958e143
4 changed files with 20 additions and 6 deletions

View file

@ -1,14 +1,23 @@
html {
position: fixed;
height: 100%;
overflow: hidden;
overflow-x: hidden;
}
body {
position: relative;
margin: 0;
width: 100vw;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
background-color: var(--color-background);
color: var(--color-primary);
}
html {
overflow-x: hidden;
}
main {
position: relative;
padding: 0 var(--unit--horizontal);