richard pushed to branch tor-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: 5c861650 by hackademix at 2024-05-07T11:45:07+00: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/5c861650...
tbb-commits@lists.torproject.org