File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 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 >
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 ) } }" >
You can’t perform that action at this time.
0 commit comments