/** * teamcoco.com - a scrollbar at the top covering navigation menu * Bug #1570119 - https://bugzilla.mozilla.org/show_bug.cgi?id=1570119 * * The scrollbar is covering navigation items making them unusable. * There are ::-webkit-scrollbar css rules already applied to the scrollbar, * hiding it in Chrome. Adding the scrollbar-width: none fixes the issue in Firefox. */ .css-bdnz85 { scrollbar-width: none; }