You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
When "select" is designed to be arranged up and down, the down "select" will block the options of the up "select"
Steps to reproduce:
1.arrange the two "select" up and down
2. add some options to the up "select"
3.the down "select" will block the options of the up "select"
Expected result:
The options of up "select" should have higher z-index than the select
Actual result:
z-index of select--selectize-control--selectize-dropdown is "1"

z-index of select--selectize-control is "2"