Skip to content

Instantly share code, notes, and snippets.

@kewang
Created May 20, 2024 10:34
Show Gist options
  • Save kewang/1f3801a2f62fe9e2cabbc18a19edb2d4 to your computer and use it in GitHub Desktop.
Save kewang/1f3801a2f62fe9e2cabbc18a19edb2d4 to your computer and use it in GitHub Desktop.
const maxHeight = $(".bootstrap-select .dropdown-menu.inner").parent().css("max-height")
$(".bootstrap-select .dropdown-menu.inner").css("min-height", maxHeight)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment