Ah, I ran into this exact issue! If you’ve made your <li>
tags clickable (like with JavaScript), browsers don’t automatically treat them like buttons or anchors.
So yeah, manually add cursor: pointer;
to your list item style. It’s simple but makes a huge difference for UX.