Attempting to conceal the horizontal scroll bar on my website using overflow-x:hidden has proven successful. However, I am encountering an issue where the overflow is still visible when dragging towards the right side.
I am in need of assistance to rectify this problem. Can anyone provide guidance on how to resolve it?
html
{
overflow-x: hidden;
height:100%;
position:absolute;
margin:0;
padding:0;
}