How to remove automatic bottom scrolbar from my webage? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to remove automatic bottom scrolbar from my webage?

How to solve this problem

26th Aug 2021, 5:29 AM
Lucky typist
1 ответ
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