bugfix: LogView Scrolling Fix

This commit is contained in:
Xu Qingjian
2019-12-27 16:11:30 +08:00
parent 9f5aa9cce6
commit 20f04d0eef

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;