Scroll for overflow-x by mousewheel
hi every body i have a div width overflow-x this div is my main div overflow-x work good , but when use mousewheel nothing happen how i can use mousewheel for scroll this element
.Main{
display:block;
margin: 0;
padding: 0;
overflow-x:scroll; overflow-y: hidden;
}