From 497c70012f94fc5af1232a220415aa1ce543777c Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 29 Dec 2024 16:20:24 +0100 Subject: [PATCH] UI: fix scrollbar in navigation sidebar Signed-off-by: Nicola Murino --- templates/common/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/common/base.html b/templates/common/base.html index bd281e766..cd90f39b9 100644 --- a/templates/common/base.html +++ b/templates/common/base.html @@ -341,6 +341,8 @@ }); initLocalizer(); + // Workaround to fix scrollbar in navigation sidebar. + window.dispatchEvent(new Event('resize')); }); {{- end}}