We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is, apparently, an IE10+ only property (not sure on the caniuse views on browser specific properties)
https://msdn.microsoft.com/en-us/library/hh771902(v=vs.85).aspx
Syntax -ms-overflow-style: auto | none | scrollbar | -ms-autohiding-scrollbar
Property values auto (default value):
auto
-ms-autohiding-scrollbar
none:
none
overflow: hidden;
scrollbar:
scrollbar
-ms-autohiding-scrollbar:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
This is, apparently, an IE10+ only property (not sure on the caniuse views on browser specific properties)
https://msdn.microsoft.com/en-us/library/hh771902(v=vs.85).aspx
Syntax
-ms-overflow-style: auto | none | scrollbar | -ms-autohiding-scrollbar
Property values
auto
(default value):-ms-autohiding-scrollbar
none
:overflow: hidden;
)scrollbar
:-ms-autohiding-scrollbar
:The text was updated successfully, but these errors were encountered: