js / style.css
f64k's picture
Update style.css
59e979c verified
raw
history blame
275 Bytes
html,
body {
margin: 0;
border: 0;
min-height: 100% !important;
height: 100%;
overflow: hidden;
}
/* Basic page style resets */
* {
box-sizing: border-box;
}
[hidden] {
display: none !important;
}