UI: fix scrollbar in navigation sidebar

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-12-29 16:20:24 +01:00
parent 4897ef35ff
commit 497c70012f

View File

@@ -341,6 +341,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
});
initLocalizer();
// Workaround to fix scrollbar in navigation sidebar.
window.dispatchEvent(new Event('resize'));
});
</script>
{{- end}}