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
1 changed file:
Changes:
... | ... | @@ -137,8 +137,9 @@ body { |
137 | 137 | From Firefox 115 on, .browserContainer layout is flex / column,
|
138 | 138 | and without this trick the .browserStack's resize observer
|
139 | 139 | doesn't get notified on horizontal shrinking.
|
140 | + See also tor-browser#42405.
|
|
140 | 141 | */
|
141 | - overflow-x: hidden;
|
|
142 | + overflow: hidden;
|
|
142 | 143 | background: var(--letterboxing-bgcolor);
|
143 | 144 | }
|
144 | 145 |