Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Created September 6, 2015 02:11
Show Gist options
  • Save brenopolanski/df9336797738d2c2e157 to your computer and use it in GitHub Desktop.
Save brenopolanski/df9336797738d2c2e157 to your computer and use it in GitHub Desktop.
How to fix problem "overflow" in plugin Chosen on jQuery Ui Dialog
.ui-dialog .ui-dialog-content { overflow: visible !important; }
.ui-dialog { overflow: inherit !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment