t-mart / kill-sticky

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

Add "!important" flag when setting "overflow" to "visible" #10

Open tom93 opened 1 year ago

tom93 commented 1 year ago

Some websites use a CSS rule such as overflow: hidden !important; which has higher priority than our CSS property.

Add the "!important" flag to our property, so it will override such CSS rules.