| Index: Source/core/css/fullscreen.css
|
| diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css
|
| index c35d8ec19fadc7d97ae1472220652b074c2aa3a8..bb9c79e0eae427ab0fa76dd0fc2fa00796f0c063 100644
|
| --- a/Source/core/css/fullscreen.css
|
| +++ b/Source/core/css/fullscreen.css
|
| @@ -3,7 +3,7 @@
|
| z-index: 2147483647 !important;
|
| }
|
|
|
| -:root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full-screen-ancestor {
|
| +:root:-webkit-full-screen-ancestor {
|
| overflow: hidden !important;
|
| }
|
|
|
|
|