Remove scrollbar on weekday selectbox on freetime search

This commit is contained in:
nathangray 2018-05-14 16:21:54 -06:00
parent f6f1c2fec7
commit dc49bc0eb3
2 changed files with 15 additions and 1 deletions

View File

@ -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;

View File

@ -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 {