How to remove automatic bottom scrolbar from my webage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to remove automatic bottom scrolbar from my webage?

How to solve this problem

26th Aug 2021, 5:29 AM
Lucky typist
1 Answer
0
/* On Chrome */ .hide-scrollbar::-webkit-scrollbar { display: none; } /* For Firefox and IE */ .hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }
26th Aug 2021, 8:23 AM
Mohammad Khaled Hasan Assaf
Mohammad Khaled Hasan Assaf - avatar