Index: Source/core/css/fullscreen.css |
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css |
index c7c2dcd256e56e86de212ac4a95b7e35c1a6af74..daa924607515b479bf00290391fb8edce318dfe9 100644 |
--- a/Source/core/css/fullscreen.css |
+++ b/Source/core/css/fullscreen.css |
@@ -23,7 +23,7 @@ |
video:-webkit-full-screen, audio:-webkit-full-screen { |
background-color: transparent !important; |
- position: static !important; |
+ position: relative !important; |
margin: 0 !important; |
height: 100% !important; |
width: 100% !important; |