Magicsuggest / magicsuggest

Multiple Selection Combo Box using Bootstrap 3
nicolasbize.com/magicsuggest/
1.3k stars 269 forks source link

Dropdown hiding inside the lightbox: z-index problem? #232

Open nalanm opened 9 years ago

nalanm commented 9 years ago

Its working perfect in normal page. But when I use inside the lightbox, the magic suggest dropdown menu items hiding. Here my z-index for both: .lightBox { z-index: 2009 !important; } .ms-res-ctn.dropdown-menu { z-index: 2010 !important; }

I tried hard but no good luck yet. Anyone there to help me?

magicsuggest

stan74fr commented 8 years ago

hi Nalam, experimenting this as well within a bootstrap form. unsure it will helped but I played with the z-index and overflow properties until I focused on the height of the dropdown menu. I ended up adding

.ms-res-ctn .dropdown, .dropdown-menu { height: auto !important; }