Remove 'moz' prefix for the Full Screen API
Browser support: https://caniuse.com/#feat=fullscreen
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
.fullscreen:-moz-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.fullscreen:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user