-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue with Nova Forms containing overflow-hidden
#6096
Comments
I can confirm this is also an issue when using |
I couldn't replicate this issue on the latest versions of Nova. We had a recent update that addressed this for Nova's internal components that seems to have done the trick, but third-party selects (like the one you appear to be using) may need to be similarly updated. If you can prove this is replicable on the latest default version of Nova using it's built-in fields, I'll reopen and investigate! |
@davidhemphill regarding the built-in fields, is your solution to teleport the overlay div outside of the In the case above (and also my library Out of curiosity, what value is |
This issue is also affecting the use of |
Can confirm our WYSIWYG editor's toolbar is no longer sticking to the top of the page for ease-of-use because of this update. Not sure why overflow-hidden is used here? |
Nova Version: #.#.#
Description:
Nova Forms contain a
overflow-hidden
css class that breaks overflowing content from select drop down menus.This issue appears to be different from the following issues.
overflow-hidden
class breaks searchable select field overflow. #6040Detailed steps to reproduce the issue on a fresh Nova installation:
The Nova container containing the line
class="relative overflow-hidden bg-white dark:bg-gray-800 rounded-lg shadow divide-y divide-gray-100 dark:divide-gray-700"
.When it has the class
overflow-hidden
it causes problems for one of our drop down components. Is there a way to revert or remove this class from nova please?Example with the issue
Example when the
overflow-hidden
is removedThe text was updated successfully, but these errors were encountered: