Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrollbars do not render when the scale factor is not 1 #618
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to hack around it in the WR source by dividing
geom.local_rect.origin.xandgeom.local_rect.origin.yby the current scale factor in theupdate_scroll_barsmethod inside tiling.rs