From ecf58246d78ffba4e91aeb0bf79821ca3e2e73d6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 29 Apr 2016 10:52:21 -0400 Subject: [PATCH] (css) Fix overflow of all-day events --- UI/WebServerResources/scss/views/SchedulerUI.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/scss/views/SchedulerUI.scss b/UI/WebServerResources/scss/views/SchedulerUI.scss index 231eef20c..5015daf49 100644 --- a/UI/WebServerResources/scss/views/SchedulerUI.scss +++ b/UI/WebServerResources/scss/views/SchedulerUI.scss @@ -186,9 +186,10 @@ $quarter_height: 10px; flex-direction: row; align-items: stretch; .day { + border-left: 1px solid sg-color($sogoPaper, 300); flex-grow: 1; flex-basis: 0; - border-left: 1px solid sg-color($sogoPaper, 300); + overflow: hidden; .clickableHourCell { height: $quarter_height * 4; border-bottom: 1px solid sg-color($sogoPaper, 300);