“Overflow-y Scroll CSS” Respostas de código

Overflow-y Scroll CSS

::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #f27f3d;
  -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
  background: #000;
}
Zarden

CSS transbordam-y

#elem_tag{height:400px;overflow-y:auto} /*Give it a height and overflow*/
Armandres

Respostas semelhantes a “Overflow-y Scroll CSS”

Perguntas semelhantes a “Overflow-y Scroll CSS”

Mais respostas relacionadas para “Overflow-y Scroll CSS” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código