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)
+
@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 {