From dcfa80adcbf6d6c7b6e85558b7393a8eb4d5b105 Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 2 Apr 2020 13:39:10 +0200 Subject: [PATCH] Fix lastactive template overflow --- resources/views/lastactive.blade.php | 2 ++ resources/views/master.blade.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/lastactive.blade.php b/resources/views/lastactive.blade.php index 5f31e59..36705d3 100644 --- a/resources/views/lastactive.blade.php +++ b/resources/views/lastactive.blade.php @@ -14,6 +14,7 @@ @section('content') @isset($data) +
@@ -38,6 +39,7 @@
+
@endisset @stop \ No newline at end of file diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 0e9797a..18079ec 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -70,9 +70,10 @@ margin-bottom: 30px; } - .chart { + .scroll { width: 100%; - height: 300px; + height: 600px; + overflow: scroll; } .linkactive {