jquery chosen handling overlapping issue with position absolute
问题 I have a fixed container in which I am showing some form elements and also a select element stylized with jquery chosen. The problem is I need to show the drop-down area of chosen above the container, for this I need to set .chosen-container {position: absolute} but after setting it to absolute when the fixed area is scrolled the chosen remained at fixed location. How to fix it? css code: #fixed { border: 1px solid #000; width: 300px; height: 180px; overflow: auto; } .chosen-container {