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
commit 497c70012f
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

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