Skip to content

Commit 253dfd4

Browse files
authored
Update log.blade.php
1 parent 6df4d4d commit 253dfd4

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/views/log.blade.php

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,8 @@
5959
}
6060
6161
.div-scroll {
62-
background-color: #f5f5f5;
63-
border: 1px solid #ddd;
64-
border-radius: 4px 0 4px 0;
65-
color: #3B3C3E;
66-
left: -1px;
67-
padding: 10px 7px 5px;
68-
}
69-
70-
.div-with-scroll {
71-
height: 100vh;
72-
overflow: scroll;
73-
overflow-x: hidden;
62+
height: 80vh;
63+
overflow: hidden auto;
7464
}
7565
7666
</style>
@@ -81,7 +71,7 @@
8171
<div class="col sidebar mb-3">
8272
<h1><i class="fa fa-calendar" aria-hidden="true"></i> Laravel Log Viewer</h1>
8373
<p class="text-muted"><i>by Rap2h</i></p>
84-
<div class="list-group div-scroll div-with-scroll">
74+
<div class="list-group div-scroll">
8575
@foreach($folders as $folder)
8676
<div class="list-group-item">
8777
<a href="?f={{ \Illuminate\Support\Facades\Crypt::encrypt($folder) }}">

0 commit comments

Comments
 (0)