Equal-UI / Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss
https://equal-ui.github.io/Equal/
MIT License
1.21k stars 67 forks source link

it-modal competes with it-select #228

Closed dansgithubuser closed 1 year ago

dansgithubuser commented 3 years ago

Because .it-modal-body has overflow: hidden, an it-select will not function properly inside of one. What does the overflow setting accomplish? Could it just be dropped?

quatrochan commented 3 years ago

oveflow: hidden makes slot content to respect border radius of the modal

dansgithubuser commented 3 years ago

So it is expected behavior that an it-select will not function in an it-modal without overriding style?

I'm not sure I'm understanding nuance of border radius... shouldn't slot be contained in modal and modal has a radius outside that? And if it-select drops down, it should be able to go outside the border.