Fixed a style bug with the footer that made the links unclickable
This commit is contained in:
parent
e75b76d968
commit
4164c633b0
@ -150,7 +150,7 @@ hr
|
|||||||
#footer
|
#footer
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
position: fixed
|
position: fixed
|
||||||
z-index: -1
|
z-index: 1
|
||||||
bottom: 0
|
bottom: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
height: $footer-height
|
height: $footer-height
|
||||||
|
Loading…
Reference in New Issue
Block a user