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:
@@ -1,5 +1,6 @@
|
||||
.fullscreen:-webkit-full-screen {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.fullscreen:-ms-fullscreen {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user