body margin 0 per default

This commit is contained in:
Rene Haas
2022-08-08 21:10:29 +02:00
parent 7cdc6e1c8f
commit 35d4d908f4
@@ -80,6 +80,7 @@ html.os-viewport-scrollbar-hidden::-webkit-scrollbar-corner,
html.os-viewport-scrollbar-hidden,
html.os-viewport-scrollbar-hidden > body[data-overlayscrollbars] {
box-sizing: border-box;
margin: 0;
width: 100%;
height: 100%;
}