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