Skip to content

Commit

Permalink
UI: fix scrollbar in navigation sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Dec 29, 2024
1 parent 4897ef3 commit 497c700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@
});

initLocalizer();
// Workaround to fix scrollbar in navigation sidebar.
window.dispatchEvent(new Event('resize'));
});
</script>
{{- end}}
Expand Down

0 comments on commit 497c700

Please sign in to comment.