change z-index of log buttons so the feedback button is always on top
This commit is contained in:
parent
774262175a
commit
5ae9c1603d
|
@ -4,7 +4,7 @@
|
||||||
margin-top: 35px
|
margin-top: 35px
|
||||||
|
|
||||||
.log-tail
|
.log-tail
|
||||||
z-index: 99
|
z-index: 80
|
||||||
position: absolute
|
position: absolute
|
||||||
display: block
|
display: block
|
||||||
top: 0
|
top: 0
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
background-color: #6b0
|
background-color: #6b0
|
||||||
|
|
||||||
.to-top
|
.to-top
|
||||||
z-index: 99
|
z-index: 80
|
||||||
position: absolute
|
position: absolute
|
||||||
display: block
|
display: block
|
||||||
bottom: 2px
|
bottom: 2px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user