fullscreen is now actually full screen.

This commit is contained in:
Aidan Campbell
2016-02-16 16:47:41 -05:00
parent 9ee00e7db0
commit d50bd666e8
3 changed files with 14 additions and 10 deletions

View File

@@ -43,9 +43,10 @@ main {
border: 1px solid;
}
.fullscreen {
height: 100vh;
overflow: none;
margin: 0;
padding: 0;
height: 100vh !important;
overflow: none !important;
margin: 0 !important;
padding: 0 !important;
width 100%;
border: none !important;
}