bugfix: LogView Scrolling Fix

This commit is contained in:
Xu Qingjian
2019-12-27 16:11:30 +08:00
parent 082027f204
commit 8a0c29bfc8

View File

@@ -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;