hide horizontal scrollbar css
.x-scroll-disabled { overflow-x: hidden; }
hide horizontal scrollbar css
.x-scroll-disabled { overflow-x: hidden; }
remove horizontal scrollbar css
overflow-x: hidden;
how to remove horizontal scrolling
/* this works for vertical scrolling also this is useful for those who can't use overflow: hidden or any other solution because the css on the website changes in someway */ ::-webkit-scrollbar:horizontal { display: none; }
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us