From 6a12d45739ce6fe9bdbd3ac80b7bc5483090df13 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 14 May 2018 16:21:54 -0600 Subject: [PATCH] Remove scrollbar on weekday selectbox on freetime search --- calendar/templates/default/app.css | 10 +++++++++- calendar/templates/pixelegg/app.css | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 201a542f81..3ccc53ac68 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1380,7 +1380,15 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_freetime_header { font-size: 120%; font-weight: bold; } .calendar_freetime_timeframe { position: relative;} -.calendar_freetime_dow { position: absolute; } +.calendar_freetime_dow { + position: absolute; + width: 30ex; + height: 22em; +} +.calendar_freetime_dow ul.ui-multiselect-checkboxes { + overflow-y: visible; + height: 20em; +} img.calendar_print_button, img.calendar_print_appicon { height: 24px; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 7060f81d5e..58acd86d58 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1350,6 +1350,12 @@ Hide subsequent headers in week view with non-consolidated owners } .calendar_freetime_dow { position: absolute; + width: 30ex; + height: 22em; +} +.calendar_freetime_dow ul.ui-multiselect-checkboxes { + overflow-y: visible; + height: 20em; } img.calendar_print_button, img.calendar_print_appicon {