
.browserStack:not(.exclude-letterboxing) {
Pier Angelo Vendrame pushed to branch mullvad-browser-140.1.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 9c4ce9f4 by hackademix at 2025-08-12T12:22:22+02: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 ===================================== @@ -42,7 +42,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/mullvad-browser/-/commit/9c4c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/9c4c... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)