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}}