- From: Duan Yao <notifications@github.com>
- Date: Thu, 15 Dec 2016 22:23:30 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 06:24:04 UTC
There are fullscreen related rules in UA stylesheets, e.g. in Chrome 54:
```
:-webkit-full-screen {
background-color: white;
z-index: 2147483647;
}
```
In most cases this will not be a problem, but there are still chances.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/36#issuecomment-267526171
Received on Friday, 16 December 2016 06:24:04 UTC