Hello,
I'm having an issue, a spinner displayed when blocking the overlay text.
I don't want to display a spinner I just want to display the mouse normally when showing permanently the text.
Is this a bug ? Or I'm I missing something ?
Below the code:
<div class="card overlay overlay-block">
<div class="card-body p-0">
<div class="overlay-wrapper mb-30">
<img src="assets\media\stock\1600x800\img-1.jpg" alt="" class="w-100 card-rounded"/>
</div>
<div class="overlay-layer bg-opacity-25">
<div class="card-body p-0">
<p class="display-5">Join our delivery network</p>
<p class="display-7">Become a registered delivery and start earning today</p>
<p>Register
Learn More</p>
</div>
</div>
</div>
Hi,
It's not a bug. You can put your element in the overlay-layer
tag and make it clickable while the overlay mode is on.
Regards.