Dash Mantine Components MultiSelect

Hey. i want to use the MultiSelect Component inside a dbc.Offcanvas. But the content of the dropdown is always behind the offcanvas. Is there anything i can do for it?

Best regards!

Try playing with the zIndex property in MultiSelect. It should be higher than what dbc.offcanvas has. I am on phone right now so can’t check the value for offcanvas, but you can start with zIndex=100.

PS: Give dmc.Drawer a try.

1 Like

Worked perfectly!

1 Like