Last active
November 10, 2022 03:20
-
-
Save jennlee20/8223630d597b0322757b6df06d9f10e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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