horizontal scroll issue
Closed this issue · 1 comments
itmustbe commented
this looks good! bit of a show-stopper for me though: is it possible to eliminate the horizontal scrolling that occurs because part of this element is positioned off-screen (and in some tidy way so i don't have to introduce any new global css to my page)?
dciccale commented
The .stylus file is using position fixed so that there is no horizontal scrolling in the page. but for some reason the compiled css uploaded to the repo was still using absolute. Now I've updated it, even though I recommend you always use the raw stylus version and compile it yourself.