diff options
author | dedeibel | 2017-12-28 20:59:20 +0100 |
---|---|---|
committer | MaZderMind | 2018-01-24 23:41:56 +0100 |
commit | b4beaa78fddd8a1a774649d2bc477695fc29e085 (patch) | |
tree | 5b66792f02fb30a859a84998636a0f2594ef2e8e /assets/css/_footer.less | |
parent | 6a6aff35d43e90714ffb14a60770185eafb7a122 (diff) |
all: Bring footer on top of overlay with current time #62 thanks to matzex
Diffstat (limited to '')
-rw-r--r-- | assets/css/_footer.less | 1 |
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; |