scrollbar appears
-
I have a scrollbar appearing on all my pages. The issue seems pretty similar to this one, but I did not have the problem when on version 0.17 (and earlier), but it started after being on v1.0.0, so that is odd. I have it both on Chrome and on Firefox. I can make the scrollbar disappear by unchecking
body { min-height: 100vh }
in Chrome dev, but I do not know how tounset
this css value in my code. I triedbody { min-height: unset }
andbody {min-height: auto}
but the scrollbar remains. Here is a fiddle that shows the behavior.