2

is there a way to feature detect hidden scroll bars? is there a library that already does this? specifically, these are touch devices or computers that hide scrollbars like OS X with a touchpad.

Jonathan Ong
  • 19,927
  • 17
  • 79
  • 118

1 Answers1

0

modernizr added this! https://github.com/Modernizr/Modernizr/pull/1029 you'll have to use master though as 3.0 hasn't been released

Jonathan Ong
  • 19,927
  • 17
  • 79
  • 118