Skip to content

Commit

Permalink
Merge pull request #885 from nextcloud/fix-calendar-nc-14
Browse files Browse the repository at this point in the history
Quickfix for sidebar on NC14
  • Loading branch information
georgehrke authored Sep 5, 2018
2 parents fc10fa1 + bac0ba6 commit 4d2a9fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/app/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
width: 100%;
}

.modal-content #app-sidebar {
position: fixed;
}

#fullcalendar table {
white-space: inherit !important;
}
Expand Down

0 comments on commit 4d2a9fc

Please sign in to comment.