Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Spinner on overlay-block


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&nbsp;&nbsp;
Learn More</p>
</div>
</div>
</div>


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(