Skip to content

Instantly share code, notes, and snippets.

@jennlee20
Last active November 10, 2022 03:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennlee20/8223630d597b0322757b6df06d9f10e0 to your computer and use it in GitHub Desktop.
Save jennlee20/8223630d597b0322757b6df06d9f10e0 to your computer and use it in GitHub Desktop.
/*If dropdown field using select2 js and the form height is small, causing the options hidden*/
.fluent_form_1 .choices__list--dropdown.is-active {
z-index: 3 !important;
}
.fluent_form_1 .fluentform-step.active {
overflow: visible !important;
min-height: 80vh !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment