Lower .floating-nav-link z-index to be below chat panes
This commit is contained in:
parent
cd30d79b5b
commit
4b22726016
|
@ -227,7 +227,7 @@ noscript {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 9999;
|
z-index: 201;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
z-index: 998;
|
z-index: 200;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue