diff --git a/resources/views/lastactive.blade.php b/resources/views/lastactive.blade.php
index c630f0c..a7635a7 100644
--- a/resources/views/lastactive.blade.php
+++ b/resources/views/lastactive.blade.php
@@ -14,6 +14,7 @@
@section('content')
@isset($data)
+
@endisset
@stop
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 {