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
/**
* nvidia.com - mobile layout overflows off-screen
*
* 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%;
}