Menu items in dropdown are not clickable
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3396095. --> Reported by: [robindh](https://www.drupal.org/user/3555113) Related to !4 >>> <p>I noticed the menu items in the dropdown are not clickable, every time I try to click one of them - the menu just closes.</p> <p>Turns out I'm clicking the overlay; this happens because the z-index of the <code>.toolbar .admin-toolbar-tasks__toggle-state:checked ~ label::after</code> and <code>.toolbar .admin-toolbar-tasks__menu-item</code> css rules is exactly the same: 99999. Not sure if this is a specific issue only happening on my OS / Browser combination (chrome / Ubuntu 20.04).</p> <p>Seems safer to lower the overlay z-index by 1, to make sure the issue is prevented.</p>
issue