mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 17:20:36 +03:00
body margin 0 per default
This commit is contained in:
@@ -80,6 +80,7 @@ html.os-viewport-scrollbar-hidden::-webkit-scrollbar-corner,
|
|||||||
html.os-viewport-scrollbar-hidden,
|
html.os-viewport-scrollbar-hidden,
|
||||||
html.os-viewport-scrollbar-hidden > body[data-overlayscrollbars] {
|
html.os-viewport-scrollbar-hidden > body[data-overlayscrollbars] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user