diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index 05b40f5ad660..c988cc5d272f 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -119,17 +119,13 @@ body { margin-bottom: 60px; + overflow-y: scroll; } #taskList { position: fixed; } - #taskForm { - overflow: visible; - } - - .ui-timepicker-wrapper.start-time { width: 140px !important; } @@ -202,17 +198,19 @@