keyboard down key not working if chosen dropdown height set -


i have set max height chosen dropdown using following code

 `.chosen-container .chosen-results {     height:100px !important; }` 

but results in keybord down arrow key not working on press of down key scroll bar not reaches end

please try setting max-height:100px instead of height.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -