'Fullcalendar Overlapping Event Make Event Full Width
Solution 1:[1]
I was hoping to make it 75%. I found an element with the style:
inset: 312px 0% -429px 50%;
z-index: 2;
In dev mode I can change that to:
inset: 312px 0% -429px 25%;
z-index: 2;
which gets the appearance I want however I could find no way to get a callback at the correct time to make that change. Keep in mind that that callback would have to happen every time anything on the calendar changes anything that could cause overlap to change.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Keivan |

