Andarist / Andarist/react-textarea-autosize
Scrollbar showing on mobile chrome
Aperta
- Lingua principale
- TypeScript
- Stelle
- 2.4k
- Fork
- 247
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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;
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.