diff options
author | MaZderMind | 2018-01-24 23:51:18 +0100 |
---|---|---|
committer | MaZderMind | 2018-01-24 23:51:18 +0100 |
commit | 7f066f2e9c382fe8c12a2a607c4576e1ee38f87c (patch) | |
tree | f36dc1e17fcded998f35562976b47ec47b3d7609 /assets/css/_footer.less | |
parent | ceaad129176e3ff5dd47b884c024569f474eec5b (diff) | |
parent | f36367abd9b1537b3b01463347d01b186844fbef (diff) |
Merge branch '34c3-cherries'
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; |