mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Fixed footer to bottom of page (#9860)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
185717e6c3
commit
fbacb56700
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.row
|
||||
.row.footer-row
|
||||
buy-gems-modal(v-if='user')
|
||||
modify-inventory(v-if="isUserLoaded")
|
||||
footer.col-12(:class="{expanded: isExpandedFooter}")
|
||||
@@ -117,6 +117,11 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.footer-row {
|
||||
margin: 0;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #c3c0c7;
|
||||
z-index: 17;
|
||||
|
||||
Reference in New Issue
Block a user