Skip to content

Commit

Permalink
Editorial: use inset property in the UA style sheet
Browse files Browse the repository at this point in the history
Fixes #201.
  • Loading branch information
foolip authored Nov 24, 2022
1 parent 4a1f34a commit 9d51322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ properties apply to this pseudo-element either.

*|*:not(:root):fullscreen {
position:fixed !important;
top:0 !important; right:0 !important; bottom:0 !important; left:0 !important;
inset:0 !important;
margin:0 !important;
box-sizing:border-box !important;
min-width:0 !important;
Expand All @@ -698,7 +698,7 @@ iframe:fullscreen {

::backdrop {
position:fixed;
top:0; right:0; bottom:0; left:0;
inset:0;
}

*|*:not(:root):fullscreen::backdrop {
Expand Down

0 comments on commit 9d51322

Please sign in to comment.