Browse Source

Fixed fc layout issue

Samson Mutunga 2 years ago
parent
commit
3094db593d
1 changed files with 9 additions and 1 deletions
  1. 9 1
      public/fullcalendar-5.3.2/lib/main.css

+ 9 - 1
public/fullcalendar-5.3.2/lib/main.css

@@ -1,4 +1,12 @@
-
+.fc {
+  width: 100% !important;
+}
+.fc table.fc-col-header {
+  width: 100% !important;
+}
+.fc .fc-daygrid-body {
+  width: 100% !important;
+}
 /* classes attached to <body> */
 
 .fc-not-allowed,