mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
bugfix: LogView Scrolling Fix
This commit is contained in:
@@ -67,7 +67,7 @@ export default {
|
||||
.log-view {
|
||||
margin-top: 0!important;
|
||||
min-height: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll!important;
|
||||
list-style: none;
|
||||
color: #A9B7C6;
|
||||
background: #2B2B2B;
|
||||
|
||||
Reference in New Issue
Block a user