diff --git a/css/app/calendar.scss b/css/app/calendar.scss index c23851278c..cdb9b269f4 100644 --- a/css/app/calendar.scss +++ b/css/app/calendar.scss @@ -26,6 +26,10 @@ width: 100%; } +.modal-content #app-sidebar { + position: fixed; +} + #fullcalendar table { white-space: inherit !important; }