Amaga l’scroll bar

pos eso, al CSS

html, body { -ms-overflow-style: none !important; /* IE و Edge */ scrollbar-width: none !important; /* Firefox */ overflow-y: scroll !important; } html::-webkit-scrollbar, body::-webkit-scrollbar { display: none !important; /* Chrome, Safari */ width: 0 !important; height: 0 !important; } * { scrollbar-width: none !important; } *::-webkit-scrollbar { display: none !important; }