Andarist / Andarist/react-textarea-autosize

Scrollbar showing on mobile chrome

Abierto
#333 4 comentarios 3 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
2.4k
Forks
247
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The scrollbar shows on the chrome mobile browser even if there is nowhere to scroll to, such as if there is only one line.

It's not a huge issue but I would rather not have the scrollbar there if there's nothing to scroll.

I am using this css as a workaround
```
::-webkit-scrollbar {
width: 0;
background: transparent;
}
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.