mdehoog / Semantic-UI-Calendar

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

Cannot navigate date when calendar is within a definition table #50

Closed PitPanda1 closed 7 years ago

PitPanda1 commented 7 years ago

Hey,

I have found a bug. If I use the calendar within a "ui definition table" I can't navigate through the date/time in the head of the calendar.

http://codepen.io/anon/pen/VPompB

Greetings

PitPanda

mdehoog commented 7 years ago

Thanks for the report. This is due to the CSS selectors in the ui definition table being a little too general, applying their styles to the child calendar table. I don't particularly want to handle this case specifically, it would dirty the CSS of this repository.

I would suggest raising an issue in the Semantic UI repository describing the issue, and linking to this issue. In the meantime you can override the styles manually back to their defaults.