From e2cd6f8b311521660516320c9b2887a148cb146b Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:06:29 +0100 Subject: [PATCH] only render scrollbar when needed --- client/src/components/Visualizations/PluginList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Visualizations/PluginList.vue b/client/src/components/Visualizations/PluginList.vue index e16a0fb18a2d..2c9ac18ead3b 100644 --- a/client/src/components/Visualizations/PluginList.vue +++ b/client/src/components/Visualizations/PluginList.vue @@ -168,7 +168,7 @@ export default { height: 100%; .plugin-list-items { - overflow-y: scroll; + overflow-y: auto; } .plugin-list-item {