Andarist / Andarist/react-textarea-autosize
Scrollbar showing on mobile chrome
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2.4k
- Forks
- 247
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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;
}
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.