From bac0ba6f389f96a10f8e8f546f7547dc8247d722 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 6 Aug 2018 16:40:51 +0200 Subject: [PATCH] Quickfix for sidebar on NC14 Closes #876 I didn't test on NC < 14, but it should be fine since it only puts back old sidebar behaviour before nextcloud/server#10218 Signed-off-by: Thomas Citharel --- css/app/calendar.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; }