🐛 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

View File

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