You will see that if you click the black rectangle, it will not display any alert, because the ribbon's parent is obscuring it. In the image below, the covering div is with a purple boder:
A solution would be just to remove the superfluous div container and moving the first transform directly to the tag
Because there is a
<div>
and only after the<a>
with the rotation, it happens that the parent div covers a "transparent" part of the screen.For instance, take this code:
You will see that if you click the black rectangle, it will not display any alert, because the ribbon's parent is obscuring it. In the image below, the covering div is with a purple boder:
A solution would be just to remove the superfluous div container and moving the first transform directly to the tag