But the behavior is a bit weird. You have to hover and click on the top half of the rocket for it to function (i.e. not the bottom).
Might I suggest this addition?
Code: Select all
.shadow-overlay,
.shadow-overlay-bottom {
pointer-events: none;
}
Code: Select all
.shadow-overlay,
.shadow-overlay-bottom {
pointer-events: none;
}