Remove 'moz' prefix for the Full Screen API

Browser support: https://caniuse.com/#feat=fullscreen
This commit is contained in:
Frederic Junod
2019-02-15 14:37:48 +01:00
parent 391dfc5025
commit e9ecea3bb7
5 changed files with 3 additions and 26 deletions

View File

@@ -1,6 +1,3 @@
.fullscreen:-moz-full-screen {
height: 100%;
}
.fullscreen:-webkit-full-screen {
height: 100%;
}