how to make chosen select go over parent div

后端 未结 2 1694
粉色の甜心
粉色の甜心 2021-01-14 05:06

I created a jsFiddle which shows the chosen-select control being \'truncated\' by it\'s parent div. And even though the overflow is se

2条回答
  •  不要未来只要你来
    2021-01-14 05:53

    I added

    border: 1px solid black;
    

    to the parentbox, and removed "overflow: hidden" and the dropdown stays in front of the div.

    It was not based on any prior knowledge, just dumb luck. I was trying to figure out the exact borders of the divs...oh well.

    It's always something...

提交回复
热议问题