فهرست منبع

Fix scrollbars in calendar

Rob Gökemeijer 8 سال پیش
والد
کامیت
2273151e39
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      css/organizr.css

+ 7 - 0
css/organizr.css

@@ -598,3 +598,10 @@ span.homepage-text {
 .fc-view-container .fc-month-view .fc-scroller {
 .fc-view-container .fc-month-view .fc-scroller {
     max-height: 100% !important;
     max-height: 100% !important;
 }
 }
+.simplebar-content {
+    min-height: auto !important;
+    overflow-x: hidden !important;
+}
+.simplebar-scroll-content {
+    margin-bottom: 0px !important;
+}