change z-index of log buttons so the feedback button is always on top

This commit is contained in:
Lisa Passing 2015-06-19 16:23:02 +02:00
parent 774262175a
commit 5ae9c1603d

View File

@ -4,7 +4,7 @@
margin-top: 35px
.log-tail
z-index: 99
z-index: 80
position: absolute
display: block
top: 0
@ -50,7 +50,7 @@
background-color: #6b0
.to-top
z-index: 99
z-index: 80
position: absolute
display: block
bottom: 2px