HTML + CSS only solution to detect scroll bars

时间:2015-11-12 10:38:52

标签: css css3 media-queries

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?

1 个答案:

答案 0 :(得分:4)

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.