mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04:00
allow scrolling in time-tracker task form (#3211)
This commit is contained in:
parent
6b4d8fba4a
commit
0dfaf043bf
@ -123,6 +123,10 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#taskForm {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-timepicker-wrapper.start-time {
|
.ui-timepicker-wrapper.start-time {
|
||||||
width: 140px !important;
|
width: 140px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user