sek-consulting / solid-ui

Beautifully designed components. Built with Kobalte & corvu. Styled with Tailwind CSS.
https://www.solid-ui.com
MIT License
832 stars 32 forks source link

Combobox inside of Dialog component renders list box behind the modal. #51

Closed ZanzyTHEbar closed 8 months ago

ZanzyTHEbar commented 8 months ago

When putting a combobox inside of a dialog component the listbox element is rendered outside of the modal div and behind the modal even when adjusting for z-index. i have tried everything i can think of, yet i can not get the combobox to render correctly inside of a dialog component.

ZanzyTHEbar commented 8 months ago

I was able to fix the issue by overriding the baseline css styles and resolve conflicts between daisyui and solid-ui in their z-index stacking.