Skip to content

Override z-index of multi-select box #354

Discussion options

You must be logged in to vote

Hello,

There is also a global solution if you prefer. Default value for overlay components is 1000.

import {createApp} from "vue";
import PrimeVue from "primevue/config";
const app = createApp(App);

app.use(PrimeVue, {
    zIndex: {
        overlay: 1000,      //dropdown, multiselect
    }
});

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Uzeyir9695
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tugcekucukoglu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants