Hide window margins
This commit is contained in:
parent
b62a028443
commit
779d2a9c9f
@ -3,6 +3,8 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user