more scrollbars work

This commit is contained in:
Henry Jameson 2024-02-28 15:04:01 +02:00
commit cf1345caca
2 changed files with 9 additions and 9 deletions

View file

@ -69,7 +69,7 @@ export const getCssShadowFilter = (input) => {
export const getCssRules = (rules) => rules.map(rule => {
let selector = rule.selector
if (!selector) {
selector = 'body'
selector = 'html'
}
const header = selector + ' {'
const footer = '}'