From 8a0c29bfc8e8a396135f9caa7fd43b5936d041f9 Mon Sep 17 00:00:00 2001 From: Xu Qingjian Date: Fri, 27 Dec 2019 16:11:30 +0800 Subject: [PATCH] bugfix: LogView Scrolling Fix --- frontend/src/components/ScrollView/LogView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ScrollView/LogView.vue b/frontend/src/components/ScrollView/LogView.vue index e07ca03b..c4c20228 100644 --- a/frontend/src/components/ScrollView/LogView.vue +++ b/frontend/src/components/ScrollView/LogView.vue @@ -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;