I created a jsFiddle which shows the chosen-select
control being 'truncated' by it's parent div
. And even though the overflow
is set to hidden for the y-axis, it's showing the scroll bar anyway when clicking on the chosen-select
control.
The height
of this parent div
is fixed and set to 200px
, and needs to remain this way.
How can I make chosen-select
go over the parent div
when clicked upon?
EDIT: jsFiddle updated with more CSS
.
If I comment the div.content
, it doesn't mess up the layout.
The chosen-select
control is now on top of the 4th header. In this fiddle I can still select the chosen-select
control, but in my application I can't.
Is there something I need to do for the header's positions?
EDIT2: jsFiddle. I just noticed that the chosen-select
control stays on its place when heading 1/2 are sliding up. For the record, this doesn't happen in my application.
What does happen, is when you slide up the 3rd heading
, chosen-select
control is visible until it's slided up all the way. Unlike the other heading's, where the input
's are slowly hiding.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…