fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.07k stars 175 forks source link

Missing side borders of calendar with adminLTE #297

Closed pedroalvesr closed 1 year ago

pedroalvesr commented 4 years ago

Hi,

I have an angular project version 7 (+), I'm using adminLTE 3, fullCalendar and I'm having trouble rendering the left and right edges of the calendar.

I am not able to manually adjust the calendar css to show the side borders.

What do I need to do to make the calendar borders render correctly?

Here is the image of the project that I am using css adminLTE3 together with fullCalendar.

image

Here, the link to the code that shares the problem: https://stackblitz.com/edit/fullcalendar-with-adminlte3

Thank you in advance.

acerix commented 4 years ago

Sorry for the delay in responding to your issue, I have just begun triaging on this repo.

I'm not sure why the borders are missing in your demo, they show as expected with default CSS:

https://codesandbox.io/s/github/fullcalendar/fullcalendar-example-projects/tree/master/angular?file=/src/app/app.component.ts

Do you mean that including the CSS from adminLTE causes that issue?

arshaw commented 1 year ago

Something from adminLTE is causing this: Screen Shot 2022-12-09 at 4 35 41 PM