synapse-admin
synapse-admin copied to clipboard
footer hiding content
when displaying enough items to fill the whole site, the navigation elements at the bottom of the site are hidden by the footer.
Possible fix:
Change "margin-top" from "-2em" to "0" here: https://github.com/Awesome-Technologies/synapse-admin/blob/4adf2c2bca0c5850eebffbb551866b23ecc14084/index.html#L124
but then the footer would only be visible when scrolling down a bit, so idk if you want that.
And in both cases there's a vertical scroll bar visible even when there shouldn't be any.