wikimedia / jquery.ime

jQuery based input methods library
Other
171 stars 162 forks source link

Fix height of selected keyboard text #685

Closed hartman closed 2 years ago

hartman commented 2 years ago

When users have zoomed text (for accessibility for instance), after selecting a keyboard, the text might overflow the imeselector, because it had a restricted height of 15px. Set it as min-height instead.

Bug: T309918