Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Nova Action Modal overflow-hidden clipping the DynamicSelect field #22

Open
seche opened this issue Nov 3, 2021 · 1 comment
Open

Comments

@seche
Copy link

seche commented Nov 3, 2021

Using the DynamicSelect as a field in an Nova Action.

When you click to see the selections, the list gets clipped by the modal since its set to overflow-hidden by Nova. There's no way to modify the modal settings. And no way to modify the Vue.Multiselect structure.

I had to add in FormField.vue:

.multiselect__content-wrapper{
        position: relative;
    }

But this makes the modal expand and retract on dropdown list. Not optimal.

It is a known issue on for vue-multiselect shentao/vue-multiselect#723 but seems the project seems abandoned.

I wish there were a better way to fix this...

@royduin
Copy link
Owner

royduin commented Nov 3, 2021

Thanks for the report, if you find a good solution for this I'm happy to merge a PR 👍🏻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants