Inside a definition table the calendar header becomes inactive. My current workaround is:
// This fixes the issue of ember-semantic-ui-calendar not functioning inside a definition table
.ui.definition.table .ui.calendar th:first-child
color: rgba(0,0,0,.87)
pointer-events: all
Inside a definition table the calendar header becomes inactive. My current workaround is:
hope this helps! :smile: