Tagged: before and after, bug
Hi there! So it’s kind of hard to replicate but every now and then the element for the entire before and after element turns a different color..in this instance it turns red. ive have been able to replicate the issue numerous of times but its also hard to get to do it. I was wondering if you can take a look at it.
what I did was touch the button on BA move the before and after and it just turns red. its really hard to replicate but that is what I did. it usually happens on page load or when the page is still loading. but even after it loads fully it doesn’t go away unless I refresh the page
link to bug: https://drive.google.com/file/d/13nyxrLWUB7qDrF2coN9l6yqbcEZI7KWy/view?usp=sharing
Hey Jason,
Thank you for the inquiry.
Looks like the whole #intro section gets highlighted when you try to slide the arrows. Please try adding this css code:
#intro {
user-select: none !important;
}
Make sure to purge the cache or remove the browser history before checking.
Best regards,
Ismael