mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 01:42:00 +03:00
🐛 Footer on workspace view (fixes #522)
This commit is contained in:
parent
e626c6b0f4
commit
a155e2ca2e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user