refactor: z index to 1

I'm pretty sure the 19 was a typo on my end (1 and 9 are next to each other on my keyboard layout)
pull/86/head
Eduardo San Martin Morote 5 years ago committed by Eduardo San Martin Morote
parent 08f978440f
commit afbdbfa894

@ -40,7 +40,7 @@ export default {
width: 130px; width: 130px;
position: fixed; position: fixed;
z-index: 19; z-index: 1;
bottom: 0; bottom: 0;
right: 22px; right: 22px;
margin: 10px; margin: 10px;
@ -55,7 +55,6 @@ export default {
@media screen and (max-width: 1300px) { @media screen and (max-width: 1300px) {
.carbon-ads { .carbon-ads {
z-index: 1;
position: relative; position: relative;
top: 12px; top: 12px;
right: 0; right: 0;

Loading…
Cancel
Save