You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I loved your website and you are doing a great job by sharing some of the useful content for free.
Thank you for that.
I just found this glitch on your website that you can see in the given video.
when you hover on the button it gets up and immediately the hover effect is getting removed so the button is coming down and again the hover effect is enabling because the cursor is still there.
I know You solve this error.
But here is my solution.
put each button in one element (ex. div) and apply the hover on div.
like this,
div:hover button{
css
}
The text was updated successfully, but these errors were encountered:
glitch_hover_fullstake_cafe.mp4
Hi,
I loved your website and you are doing a great job by sharing some of the useful content for free.
Thank you for that.
I just found this glitch on your website that you can see in the given video.
when you hover on the button it gets up and immediately the hover effect is getting removed so the button is coming down and again the hover effect is enabling because the cursor is still there.
I know You solve this error.
But here is my solution.
put each button in one element (ex. div) and apply the hover on div.
like this,
div:hover button{
css
}
The text was updated successfully, but these errors were encountered: