more scrollbars work
This commit is contained in:
parent
8e3637c059
commit
cf1345caca
2 changed files with 9 additions and 9 deletions
|
|
@ -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 = '}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue