🐛 Footer on workspace view (fixes #522)

This commit is contained in:
Alicia Sykes 2024-02-27 20:15:03 +00:00
parent e626c6b0f4
commit a155e2ca2e
1 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@ export default {
<style scoped lang="scss">
.work-space {
min-height: calc(100vh - var(--footer-height));
min-height: fit-content;
}
:global(footer) {
display: none;
}
</style>