richard pushed to branch tor-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/base/content/browser.css
    ... ... @@ -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