mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Implemented fullscreen top layer
This commit is contained in:
parent
a34c8f952e
commit
386c0f80ed
6 changed files with 38 additions and 7 deletions
|
@ -302,6 +302,10 @@ textarea { white-space: pre-wrap; }
|
|||
|
||||
/* intentionally not !important */
|
||||
object-fit:contain;
|
||||
|
||||
/* The internal-only -servo-top-layer attribute is used
|
||||
to implement https://fullscreen.spec.whatwg.org/#top-layer */
|
||||
-servo-top-layer: top;
|
||||
}
|
||||
|
||||
iframe:fullscreen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue