简体   繁体   中英

Strange css position issue

I'm using Choosen and Twitter Bootstrap in my project. What I want to get is, to get choosen's dropdown over collapsible divs but it goes under other content. Here is jsfiddle

http://jsfiddle.net/tt13/CFbpt/5/

What am I missing? how to fix this problem?

在此输入图像描述

This should take care of everything:

.collapse.in { overflow: visible; }
.chzn-drop { display: none; }
.chzn-container-active .chzn-drop { display: block; }

http://jsfiddle.net/Wexcode/7HLyZ/3/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM