Index: Source/core/css/fullscreen.css |
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css |
index c7c2dcd256e56e86de212ac4a95b7e35c1a6af74..62b33eac50a4ac42cc7a68d70c47e33dabe4a112 100644 |
--- a/Source/core/css/fullscreen.css |
+++ b/Source/core/css/fullscreen.css |
@@ -27,7 +27,7 @@ video:-webkit-full-screen, audio:-webkit-full-screen { |
margin: 0 !important; |
height: 100% !important; |
width: 100% !important; |
- -webkit-flex: 1 !important; |
+ flex: 1 !important; |
display: block !important; |
} |