[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • fa7415c5
    by hackademix at 2024-05-07T15:36:24+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:

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
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits