Is it possible to allow only a horizontal scroll bar when using overflow:auto (or scroll)?
This rules are compatible whit all browser:
body {overflow: hidden; } body::-webkit-scrollbar { width: 0 !important; } body { overflow: -moz-scrollbars-none; } body { -ms-overflow-style: none; }