aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/calendarBox/CalendarBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-06 15:49:33 -0400
committerbobzel <zzzman@gmail.com>2024-09-06 15:49:33 -0400
commitf569f3bfd7aca43479e76f8c5bd88192bc113a25 (patch)
treea2e178a07aafb3ebcdb66258c1cee018485907a7 /src/client/views/nodes/calendarBox/CalendarBox.scss
parent85734663ec1c65678c4e292ddbdf63ae02b47476 (diff)
parent950651b904f9bb6843f15eda1322025e84015f3c (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.scss25
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;
+ }
+ }
+ }
+}