aboutsummaryrefslogtreecommitdiff
path: root/userContent.css
blob: e2553e5736b6027ce138411d2130466d6182d645 (plain)
1
2
3
4
5
6
7
8
body, html {
    overflow: -moz-scrollbars-none;
    scrollbar-width: none !important;
}

* {
    scrollbar-width: none !important;
}