saade / filament-fullcalendar

The Most Popular JavaScript Calendar as a Filament Widget
MIT License
269 stars 83 forks source link

Scope CSS Styling #129

Closed MatthewHallCom closed 8 months ago

MatthewHallCom commented 9 months ago

When you're embedding this in other non-standard Filament setups the class declarations, particularly .flex, can cause issues.

Scoping all the CSS under .filament-fullcalendar to prevent any of these issues

saade commented 9 months ago

Your changes will be overriten by npm run build the next time we build the assets. I'm not sure what problems these css can be causing? Its standard tailwind css classes, if you have tailwind in your project i bet they're the same