Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.24k stars 615 forks source link

Behaviour of dropout elements on mobile device #1131

Open Slisarenko opened 1 year ago

Slisarenko commented 1 year ago

The behavior on a mobile device isn't very clear, I have an iPhone 14 Pro. The situation is that the items from the input fall under the bottom of the container, which are at the bottom. For laptop - items are displayed on top of the container below. Maybe someone has ideas, what could be the problem and what should be paid attention to? IMG_1027

https://github.com/Choices-js/Choices/assets/55946144/3092ce23-70db-49fd-a7f7-50daab480c2d

Xon commented 2 months ago

The dropdown being obscured by the container is a known issue, and I'm open to PR's to help improve the CSS which is causing this.