allow scrolling in time-tracker task form (#3211)

This commit is contained in:
trevDev() 2020-01-15 03:24:28 -08:00 committed by David Bomba
parent 6b4d8fba4a
commit 0dfaf043bf

View File

@ -123,6 +123,10 @@
position: fixed;
}
div#taskForm {
overflow-y: auto;
}
.ui-timepicker-wrapper.start-time {
width: 140px !important;
}