/* 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/. */ /** * discord.com - do not force traditional scrollbars * Bug #2029246 - https://bugzilla.mozilla.org/show_bug.cgi?id=2029246 * * Firefox's partial support for the non-standard webkit-scrollbar CSS property * causes Discord's scrollbars to look inferior. We work around there here. */ ::-webkit-scrollbar { width: auto !important; height: auto !important; }