mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Calendar popup get's cropped on modal #106

Closed vrajroham closed 6 years ago

vrajroham commented 6 years ago

As shown in image popup is cropped if it is in modal. I tried setting z-index and much more but no luck.

Is there any way to bring popup up of the modal? image

vrajroham commented 6 years ago

Resolved

Spent hrs to tweak this( I'm not that proficient in css). This would be helpful to someone in future.

.ui.modal{
    overflow:visible;
}

Output

image 1