Удалить гоreaseонтальную полосу прокрутки css

Примеры кода

4
0

ОТКЛЮЧИТЕ гоreaseонтальную прокрутку

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
4
0

скрыть гоreaseонтальную полосу прокрутки css

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

удалить гоreaseонтальную полосу прокрутки css

overflow-x: hidden;
1
0

как остановить гоreaseонтальную прокрутку страницы

overflow-x: hidden
0
0

как удалить гоreaseонтальную прокрутку

/* 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;
}

На других языках

Эта страница на других языках

English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................