Search code examples
cssmedia-queries

HTML + CSS only solution to detect scroll bars


I'm trying to apply some styling rules to an element only if there is a scrollbar present. Is there a CSS-only solution to achieve this?


Solution

  • As of HTML5 and CSS3 it is not possible to apply styles depending on the presence of the scroll bar only using those two technologies.