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; 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…
Cancel
Save