I want to hide vertical scrollbar and show horizontal scrollbar in talbe in HTML. If I use:
#element::-webkit-scrollbar {
display: none;
}
The result is both vertical and horizontal scrollbar are hidden. So, you can show me how to do with it ?