Firefox Scrollbar Issue

I got it to work by using

:root{
  scrollbar-width: none!important;
}

Kudos to @Matzinger for originally posting it here: Hide Scroll bar - #3 by Matzinger

1 Like