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

This commit is contained in:
trevDev() 2020-01-16 02:59:47 -08:00 committed by David Bomba
parent af7510a194
commit 7c8d9f5c24

View File

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