Remove margin in full screen

In only affects Safari, in Chrome `margin: 0;` is in the default browser's style sheet.
This commit is contained in:
Frederic Junod
2019-05-17 15:38:53 +02:00
parent 78c09a0ff6
commit 10527bd221
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
.fullscreen:-webkit-full-screen {
height: 100%;
margin: 0;
}
.fullscreen:-ms-fullscreen {
height: 100%;