Skip to content

Commit 497c700

Browse files
committed
UI: fix scrollbar in navigation sidebar
Signed-off-by: Nicola Murino <[email protected]>
1 parent 4897ef3 commit 497c700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/common/base.html

+2
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@
341341
});
342342

343343
initLocalizer();
344+
// Workaround to fix scrollbar in navigation sidebar.
345+
window.dispatchEvent(new Event('resize'));
344346
});
345347
</script>
346348
{{- end}}

0 commit comments

Comments
 (0)