From a6a77aa0266512b8d81e671fc02c8ed3109ddb50 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 18 Sep 2023 20:45:39 -0500 Subject: [PATCH] fix scroll in new tab page --- core/src/components/show-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/show-plugin.js b/core/src/components/show-plugin.js index ab3b46da..953302bc 100644 --- a/core/src/components/show-plugin.js +++ b/core/src/components/show-plugin.js @@ -893,7 +893,7 @@ class NavBar extends connect(store)(LitElement) { flex-flow: column; align-items: center; padding: 20px; - height: 100vh; + height: calc(100vh - 120px); overflow-y: auto; }