Skip to content

Commit a155e2c

Browse files
committed
🐛 Footer on workspace view (fixes #522)
1 parent e626c6b commit a155e2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/Workspace.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ export default {
8989

9090
<style scoped lang="scss">
9191
.work-space {
92-
min-height: calc(100vh - var(--footer-height));
92+
min-height: fit-content;
93+
}
94+
:global(footer) {
95+
display: none;
9396
}
9497
</style>

0 commit comments

Comments
 (0)