From f93ca28702e93f9d96ea798d6e6ddb96411d2921 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Sat, 9 Jan 2016 01:03:30 +0000 Subject: [PATCH] Fix overlap between todos and toolbar more button --- calendar/templates/default/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 90c0fe279b..17708a9496 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -71,7 +71,7 @@ #calendar-todo { position: absolute; width: 30%; - + margin-top: 0px; /* Nice transition when changing days in a week */ transition: 1s ease-in-out; }