From 96ff70faaa0d457e5e707c0153de488ec99992e1 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Mon, 30 Aug 2021 13:09:24 +0800 Subject: [PATCH] reduce shifting when click the monitor list item (still shift in some cases, but acceptable) --- src/components/MonitorList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue index 1e4fcaf41..e72155891 100644 --- a/src/components/MonitorList.vue +++ b/src/components/MonitorList.vue @@ -90,7 +90,7 @@ export default { .list { &.scrollbar { min-height: calc(100vh - 240px); - max-height: calc(100vh - 20px); + max-height: calc(100vh - 30px); overflow-y: auto; position: sticky; top: 10px;