TootLangPicker: fix scrolling

This commit is contained in:
thislight 2024-11-24 16:55:40 +08:00
parent 2c35950d27
commit edfbf5505b
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
3 changed files with 8 additions and 7 deletions

View file

@ -0,0 +1,4 @@
.TootLangPicker {
overflow: auto;
}