-
-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed print dialog not opening and fixed website dialogs being clipped
- Loading branch information
1 parent
a7184ad
commit 5423aee
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
src/browser/themes/shared/tabbrowser/content-area-css.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/browser/themes/shared/tabbrowser/content-area.css b/browser/themes/shared/tabbrowser/content-area.css | ||
index 5c721ee07f0be1318a50cb381ddf59550a04d496..fa2d21687dd8ea7dd03fb4cc2952fe783782a955 100644 | ||
--- a/browser/themes/shared/tabbrowser/content-area.css | ||
+++ b/browser/themes/shared/tabbrowser/content-area.css | ||
@@ -237,7 +237,7 @@ | ||
|
||
.dialogStack { | ||
z-index: var(--browser-stack-z-index-dialog-stack); | ||
- position: absolute; | ||
+ position: fixed; | ||
inset: 0; | ||
|
||
/* Hide tab-modal dialogs when a window-modal one is up. */ |