Etesam913/slick-fox

Scroll bar not visible

westofer opened this issue · 2 comments

the scroll bar isn't visible which causes a loss in page content.
I assume this is because of

slick-fox/userChrome.css

Lines 484 to 489 in 17f392f

:-moz-any(#content, #appcontent) browser {
margin-right: -17px !important;
overflow-y: scroll;
margin-bottom: 0px !important;
overflow-x: scroll;
}

changine margin right -17px to 0 px solves it . is this intentional?

It was not intentional. Thanks for bringing it up. I just made the change that you suggested.

thanks really great theme ❤️