Closed dansgithubuser closed 1 year ago
oveflow: hidden
makes slot content to respect border radius of the modal
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.
Because
.it-modal-body
hasoverflow: hidden
, anit-select
will not function properly inside of one. What does the overflow setting accomplish? Could it just be dropped?