[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.11.0esr-13.5-1] fixup! Bug 32308: Use direct browser sizing for letterboxing.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue May 7 13:49:16 UTC 2024



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240507/e550dd57/attachment.htm>


More information about the tor-commits mailing list