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


Commits:
30cb61f7 by hackademix at 2025-07-31T13:55:30+02:00
fixup! Bug 32308: Use direct browser sizing for letterboxing.

BB 44041: Use fixed positioning to make dialog overlays cover the whole content 
of letterboxed tabs.

- - - - -


1 changed file:

- browser/base/content/browser.css


Changes:

=====================================
browser/base/content/browser.css
=====================================
@@ -240,6 +240,11 @@ body {
   place-content: var(--letterboxing-vertical-alignment) center;
 }
 
+:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready 
.browserContainer:not(.responsive-mode)
+  > .browserStack:not(.exclude-letterboxing) > .dialogStack {
+    position: fixed;
+}
+
 #toolbar-menubar[autohide="true"] {
   overflow: hidden;
 }



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

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


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

Reply via email to