
.browserStack:not(.exclude-letterboxing) {
morgan pushed to branch tor-browser-140.1.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: bf58fe35 by hackademix at 2025-07-31T11:16:31+00:00 fixup! BB 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: - toolkit/components/resistfingerprinting/content/letterboxing.css Changes: ===================================== toolkit/components/resistfingerprinting/content/letterboxing.css ===================================== @@ -55,7 +55,12 @@ :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode) + place-content: start center; + + & > .dialogStack { + position: fixed; + } } .browserDecorator { View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bf58fe35... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bf58fe35... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)