Index: Source/core/css/fullscreen.css |
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css |
index 62b33eac50a4ac42cc7a68d70c47e33dabe4a112..5ea5f06c2f071bf792657394e4c80fcec9e05b92 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; |