Hide Only Horizontal Scrollbar But Still Scroll Code Example


Example 1: css hide scrollbar but allow scroll


html {
overflow: scroll;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}

Example 2: hide horizontal scrollbar css


.x-scroll-disabled {
overflow-x: hidden;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools