diff options
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; |