wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Change z-index #112

Closed aliqasemzadeh closed 2 years ago

aliqasemzadeh commented 2 years ago

Hi When I want to use select in livewireui/modal it hide dropdown items and select option. This happen becasue of z-index. Please check it.

PH7-Jack commented 2 years ago

@alighasemzadeh can you give one screenshot or example?

aliqasemzadeh commented 2 years ago

16352489245352156622473411209047 @PH7-Jack Check it please items of select hided in modal.

Note: I am using livewire-ui/modal

PH7-Jack commented 2 years ago

@alighasemzadeh I think that the problem is the overflow-hidden class in this modal. Can check it for me? Remove this class in the "inspect element" https://github.com/livewire-ui/modal/blob/main/resources/views/modal.blade.php#L46

aliqasemzadeh commented 2 years ago

It works. 16353332051542096999757434530787 @PH7-Jack How to fix this for any people?

PH7-Jack commented 2 years ago

@alighasemzadeh open a pull request removing this class into livewire-ui/modal or use the WireUI modal instead

aliqasemzadeh commented 2 years ago

@PH7-Jack I like your package just modal should be like livewire-ui/modal. And also persian datepicker.

PH7-Jack commented 2 years ago

I'm closing it because is a WireElements issue

byrmylmz commented 1 year ago

@alighasemzadeh I think that the problem is the overflow-hidden class in this modal. Can check it for me? Remove this class in the "inspect element" https://github.com/livewire-ui/modal/blob/main/resources/views/modal.blade.php#L46

Thank you so much.