From 251d960b602d2a3c06800d95635aef4852ffc10b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 2 Oct 2017 12:57:38 +0300 Subject: [PATCH] Working on the time tracker --- resources/views/tasks/time_tracker.blade.php | 19 +++++++++++++++++-- .../tasks/time_tracker_knockout.blade.php | 1 - 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index 4f2a831e22ad..434afb70666c 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -121,6 +121,15 @@ margin-bottom: 60px; } + #taskList { + position: fixed; + } + + #taskForm { + overflow: visible; + } + + .times-table td { xmargin: 0px !important; xpadding: 0px !important; @@ -194,7 +203,7 @@
-
+