We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1f34a commit 9d51322Copy full SHA for 9d51322
fullscreen.bs
@@ -676,7 +676,7 @@ properties apply to this pseudo-element either.
676
677
*|*:not(:root):fullscreen {
678
position:fixed !important;
679
- top:0 !important; right:0 !important; bottom:0 !important; left:0 !important;
+ inset:0 !important;
680
margin:0 !important;
681
box-sizing:border-box !important;
682
min-width:0 !important;
@@ -698,7 +698,7 @@ iframe:fullscreen {
698
699
::backdrop {
700
position:fixed;
701
- top:0; right:0; bottom:0; left:0;
+ inset:0;
702
}
703
704
*|*:not(:root):fullscreen::backdrop {
0 commit comments