aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordedeibel2017-12-28 20:59:20 +0100
committerMaZderMind2018-01-24 23:41:56 +0100
commitb4beaa78fddd8a1a774649d2bc477695fc29e085 (patch)
tree5b66792f02fb30a859a84998636a0f2594ef2e8e /assets
parent6a6aff35d43e90714ffb14a60770185eafb7a122 (diff)
all: Bring footer on top of overlay with current time #62 thanks to matzex
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_footer.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/_footer.less b/assets/css/_footer.less
index 1baecf7..ffd0a2b 100644
--- a/assets/css/_footer.less
+++ b/assets/css/_footer.less
@@ -13,6 +13,7 @@ footer {
width: 100%;
height: @footer-height;
line-height: @footer-height;
+ z-index: 6;
background-color: @footer-default-bg;
color: @footer-default-color;