From 89974f4c956e3395bfbd28b91983777310ac1c87 Mon Sep 17 00:00:00 2001 From: Eva Date: Fri, 12 Jan 2024 17:18:25 +0100 Subject: [PATCH] :bug: Fix scroll on history tab --- frontend/src/app/main/ui/workspace/sidebar/history.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/history.scss b/frontend/src/app/main/ui/workspace/sidebar/history.scss index 5cebfbcb0d..312967c78a 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/history.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/history.scss @@ -64,7 +64,7 @@ } .history-entries { - height: 100%; + height: calc(100vh - $s-100); padding: $s-12; overflow-x: hidden; overflow-y: auto;