Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

background-image from "body > div" also ruler #26

Open
dwengs opened this issue Mar 24, 2020 · 0 comments
Open

background-image from "body > div" also ruler #26

dwengs opened this issue Mar 24, 2020 · 0 comments

Comments

@dwengs
Copy link

dwengs commented Mar 24, 2020

If a web page has this kind of css:

body > div {
  background-image: url(...);
}

Ruler uses this background-image for its background since its also a direct child of body.
a simple

#page-ruler {
  background-image: none;
}

seems to solve this problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant