Skip to content

Commit 9d51322

Browse files
authored
Editorial: use inset property in the UA style sheet
Fixes #201.
1 parent 4a1f34a commit 9d51322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fullscreen.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ properties apply to this pseudo-element either.
676676

677677
*|*:not(:root):fullscreen {
678678
position:fixed !important;
679-
top:0 !important; right:0 !important; bottom:0 !important; left:0 !important;
679+
inset:0 !important;
680680
margin:0 !important;
681681
box-sizing:border-box !important;
682682
min-width:0 !important;
@@ -698,7 +698,7 @@ iframe:fullscreen {
698698

699699
::backdrop {
700700
position:fixed;
701-
top:0; right:0; bottom:0; left:0;
701+
inset:0;
702702
}
703703

704704
*|*:not(:root):fullscreen::backdrop {

0 commit comments

Comments
 (0)