Merge pull request #405 from CSeanXu/bugfix/logview-scrolling

bugfix: LogView Scrolling Fix
This commit is contained in:
Marvin Zhang
2019-12-28 11:20:30 +08:00
committed by GitHub

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;