Skip to content

Commit

Permalink
Quickfix for sidebar on NC14
Browse files Browse the repository at this point in the history
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 <tcit@tcit.fr>
  • Loading branch information
tcitworld authored and georgehrke committed Aug 15, 2018
1 parent da65f66 commit bac0ba6
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 bac0ba6

Please sign in to comment.