Link: MB - The home of Product designer Matt Brogan
For some reason the back button element has a strange interaction where by upon entry the cursor disappears, it comes back upon leaving but I can’t seem to locate the issue. Send help please
Page link here
Hey @Matt_Brogan, there’s some custom CSS in the <head>
section (looks like in your Project Settings > Custom Code) that’s applying cursor: none
. Here’s the full block of CSS that’s being applied:
/* Cursor styles */
body, html, a, button {
cursor: none !important;
}
Yes! I saw via inspecting. Do you have any pointers as to how to resolve this mystery
RESOLVED! I created a new component and it seems to be working
1 Like