ma1 pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
836c6826 by hackademix at 2025-08-12T23:12:43+02:00
fixup! BB 32308: Use direct browser sizing for letterboxing.

BB 44041: Make dialog overlays cover the correct area without fixed positioning.

- - - - -


2 changed files:

- browser/themes/shared/tabbrowser/content-area.css
- toolkit/components/resistfingerprinting/content/letterboxing.css


Changes:

=====================================
browser/themes/shared/tabbrowser/content-area.css
=====================================
@@ -296,6 +296,11 @@
   position: absolute;
   inset: 0;
 
+  /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
+   * Otherwise the .dialogStack start edges are placed relative to the
+   * center-aligned grid items, rather than the grid's padding area. */
+  grid-area: auto;
+
   /* Hide tab-modal dialogs when a window-modal one is up. */
   :root[window-modal-open] .browserStack > &,
   /* For some printing use cases we need to visually hide the dialog before


=====================================
toolkit/components/resistfingerprinting/content/letterboxing.css
=====================================
@@ -55,12 +55,7 @@
 
 :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready 
.browserContainer:not(.responsive-mode)
   > .browserStack:not(.exclude-letterboxing) {
-
   place-content: start center;
-
-  & > .dialogStack {
-    position: fixed;
-  }
 }
 
 .browserDecorator {



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/836c682608e8837cf4256e860405dd7318664592

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/836c682608e8837cf4256e860405dd7318664592
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to