Problem/Motivation
The AdminToolbar (Navigation)items are not clickable when we're on the navigation layout page.
Steps to reproduce
1). Install latest version of drupal11.
2). Install Navigation module from extend
3). go to Configuration > UserInterface > Navigation Layout and try to click on any Navigation links.
Proposed resolution
layout-builder-block[tabindex="-1"] {
/* Remove pointer-events: none; */
pointer-events: auto; /* Make it clickable */
}