diff options
author | IN COMMON Collective <collective@incommon.cc> | 2021-03-22 15:43:42 +0100 |
---|---|---|
committer | IN COMMON Collective <collective@incommon.cc> | 2021-03-22 15:43:42 +0100 |
commit | 9540ae3af21601af19402cb843c6e6a47de7dd4e (patch) | |
tree | 8f3c7e7b1e701832af5d0cdcce17db567d0f8a3b /app | |
parent | cd49369079dfd5fc7c2530a9d601422dab26718b (diff) | |
download | incommon-map-9540ae3af21601af19402cb843c6e6a47de7dd4e.tar.gz |
[FIX] Keep footer stuck to the bottom
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/scss/components/_footer.scss | 2 |
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); |