You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calendar module was merged into https://github.com/fomantic/Fomantic-UI and is further maintained there.
However, i cannot reproduce your issue, could you please provide a jsfiddle for easier investigation and being able to reproduce?
What exactly is meant by "not render properly" ?
Consider removing position: relative; in the following css
.ui.calendar .ui.table tr:first-child th {
position: relative;
padding-left: 0;
padding-right: 0;
}
The text was updated successfully, but these errors were encountered: