Here is the link to my webpage (for preview of my code):
I am using Bootstrap 4 for my project.
Everything works fine, but I am facing two small issues with the Cookies Box:
- The animation moves from left to right (which is correct) - but then it returns back to the left again (which is incorrect). I want the animation to remain in its final position at the end.
- https://ibb.co/pvFzJZZ - The area next to my cookie message is not clickable. It seems like there is a "transparent" overlay that prevents clicking. How can I fix this?
My code:
<div class="d-flex container mt-5 cookies-box">
<!-- Code snippet -->
</div>
If you need to check my CSS, here is the link:
Any help on how to solve these issues would be greatly appreciated. Thank you!