aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIN COMMON Collective <collective@incommon.cc>2021-03-22 15:43:42 +0100
committerIN COMMON Collective <collective@incommon.cc>2021-03-22 15:43:42 +0100
commit9540ae3af21601af19402cb843c6e6a47de7dd4e (patch)
tree8f3c7e7b1e701832af5d0cdcce17db567d0f8a3b
parentcd49369079dfd5fc7c2530a9d601422dab26718b (diff)
downloadincommon-map-9540ae3af21601af19402cb843c6e6a47de7dd4e.tar.gz
[FIX] Keep footer stuck to the bottom
-rw-r--r--app/javascript/scss/components/_footer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/scss/components/_footer.scss b/app/javascript/scss/components/_footer.scss
index 4ab34a2..4cc8046 100644
--- a/app/javascript/scss/components/_footer.scss
+++ b/app/javascript/scss/components/_footer.scss
@@ -1,5 +1,5 @@
body>footer {
- position: absolute;
+ position: fixed;
z-index: 1004;
margin: 0 auto;
background-color: rgba(0,0,0,0.5);