Pier Angelo Vendrame pushed to branch base-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: 36897c9e by hackademix at 2024-05-07T15:49:09+02:00 fixup! Bug 32308: Use direct browser sizing for letterboxing. Bug 42405: Fix betterboxing + findbar horizontal bounce if the scrollbar is not an overlay. - - - - - 1 changed file: - browser/base/content/browser.css Changes: ===================================== browser/base/content/browser.css ===================================== @@ -137,8 +137,9 @@ body { From Firefox 115 on, .browserContainer layout is flex / column, and without this trick the .browserStack's resize observer doesn't get notified on horizontal shrinking. + See also tor-browser#42405. */ - overflow-x: hidden; + overflow: hidden; background: var(--letterboxing-bgcolor); } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/36897c9e2af9ece305b957cc5d5f33a4c66fd1ad -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/36897c9e2af9ece305b957cc5d5f33a4c66fd1ad You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits