“Como remover rolagem horizontal” Respostas de código

Remova CSS da barra de rolagem horizontal

overflow-x: hidden;
Better Buffalo

Como remover rolagem horizontal

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

Respostas semelhantes a “Como remover rolagem horizontal”

Perguntas semelhantes a “Como remover rolagem horizontal”

Mais respostas relacionadas para “Como remover rolagem horizontal” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código