Skip to content
Snippets Groups Projects
Verified Commit fa7415c5 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 32308: Use direct browser sizing for letterboxing.

Bug 42405: Fix betterboxing + findbar horizontal bounce if the scrollbar is not an overlay.
parent bef7d3ba
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment