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 <[email protected]>
  • Loading branch information
tcitworld committed Aug 6, 2018
1 parent 5c2996d commit cb2d39e
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 cb2d39e

Please sign in to comment.