tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1966377-nvidia.com-fix-overflowing-layout.css (745B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * nvidia.com - mobile layout overflows off-screen
      7 * Bug #1966377 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966377
      8 * WebCompat issue #154212 - https://webcompat.com/issues/154212
      9 *
     10 * They are setting Firefox-only CSS with moz-document, which cause only Firefox
     11 * to break. It seems to be part of an attempt to implement CSS scrollbars to
     12 * emulate webkit-scrollbar, but unfortunately breaks their mobile layout.
     13 */
     14 .nv-carousel-home .cmp-carousel[data-cmp-scroll-width] .cmp-carousel__content:after {
     15  max-width: 100%;
     16 }