Andarist / Andarist/react-textarea-autosize
Scrollbar showing on mobile chrome
Abierto
- 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.