t-mart / kill-sticky

Bookmarklet to remove sticky elements and restore scrolling to web pages!
843 stars 13 forks source link

Fix build; show more overflows #2

Closed imrekoszo closed 3 years ago

imrekoszo commented 3 years ago

Came across the repo in search of an updated kill sticky bookmarklet, that would fix those pesky hidden overflows. Nice project, thank you for sharing!

When trying to build it, I noticed that some dependencies in the build chain seem to be requiring a fresher node, so bumped the base in the dockerfile to fix that.

I also added another block of code to set to visible any hidden overflows within the html. The site that made me want to do this used overflow hidden on the body, but there are others doing the same on other content sections, divs etc.

Take it if you find it useful, good luck!

imrekoszo commented 3 years ago

Thanks @t-mart, sure, feel free to add my name there if you wish.