Lower .floating-nav-link z-index to be below chat panes

merge-requests/214/head
Alex Gleason 4 years ago
parent cd30d79b5b
commit 4b22726016
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -227,7 +227,7 @@ noscript {
bottom: 0;
left: 0;
position: absolute;
z-index: 9999;
z-index: 201;
background: transparent;
border: 0;
margin: 0;

@ -14,7 +14,7 @@
transition-property: opacity;
transition-duration: 0.2s;
width: 320px;
z-index: 998;
z-index: 200;
left: -10px;
padding: 20px;
margin-bottom: 10px;

Loading…
Cancel
Save