diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-06 15:49:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-06 15:49:33 -0400 |
| commit | f569f3bfd7aca43479e76f8c5bd88192bc113a25 (patch) | |
| tree | a2e178a07aafb3ebcdb66258c1cee018485907a7 /src/client/views/nodes/calendarBox/CalendarBox.scss | |
| parent | 85734663ec1c65678c4e292ddbdf63ae02b47476 (diff) | |
| parent | 950651b904f9bb6843f15eda1322025e84015f3c (diff) | |
Merge branch 'master' into alyssa-starter
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss new file mode 100644 index 000000000..f8ac4b2d1 --- /dev/null +++ b/src/client/views/nodes/calendarBox/CalendarBox.scss @@ -0,0 +1,25 @@ +.calendarBox { + display: flex; + width: 100%; + height: 100%; + transform-origin: top left; + .calendarBox-wrapper { + width: 100%; + height: 100%; + .fc-timegrid-body { + width: 100% !important; + table { + width: 100% !important; + } + } + .fc-col-header { + width: 100% !important; + } + .fc-daygrid-body { + width: 100% !important; + .fc-scrollgrid-sync-table { + width: 100% !important; + } + } + } +} |
