apply fixes to remove space

This commit is contained in:
Mikhail Kuznetcov
2021-04-06 15:20:04 +02:00
parent d6c6fb0d17
commit 61ca304de2

View File

@@ -66,4 +66,12 @@
#coc #fh5co-header.navbar-fixed-top { #coc #fh5co-header.navbar-fixed-top {
display: block; display: block;
}
body {
margin: 0px !important;
}
html {
overflow-x: hidden !important;
overscroll-behavior-x: revert;
} }