I have a Chrome specific issue with this collapsible tile.
The expand button is a div with an onClick event handler and cursor: pointer in CSS. When collapsed, it is rotated by 90 degrees.
- In Firefox (100) and Safari, the button behaves as expected, i.e. the button is clickable and expands the tile again.
- In Chrome (105), the button is not clickable, but the area below it, as in the screenshot above.
Why is this? Does not make sense to me when the div is where it should be but its cursor: pointer and onClick area are somewhere else.
