Merge pull request #885 from nextcloud/fix-calendar-nc-14

Quickfix for sidebar on NC14
This commit is contained in:
Georg Ehrke 2018-09-05 20:08:29 +02:00 committed by GitHub
commit 4d2a9fc167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
width: 100%;
}
.modal-content #app-sidebar {
position: fixed;
}
#fullcalendar table {
white-space: inherit !important;
}