Closed luizbills closed 6 years ago
Hi @luizbills,
I don't see the issues on my site. Do you know how to replicate this issue?
Let's try.
I can't replicate the issue. Is there any live URL where I can look into?
No. But I'll provide one
~Can you send your e-mail for me in luizpbills[at]gmail.com ?~
i found something: the error only occurs when the cart is at the bottom of the header.
because of these z-index
:
.suki-header-bottom-bar-inner {
z-index: 1;
border-width: 0 0 1px 0;
}
.site-content {
position: relative;
z-index: 1;
}
better solution: we need increment in z-index in .suki-header-bottom-bar-inner
or o remove from .site-content
.
I see..
I think we should remove the z-index
from .site-content
.
done
@daviedR do you fixed this in v0.5.1?
Yes, I fixed it on 0.5.1 along with other adjustments
Ok! thanks.
Current behavior: Cart dropdown below site content
Expected behavior: Cart dropdown above site content