The z-index for the navigation overlay is an undefined CSS variable. That's probably why it's not clickable, and why it doesn't cover Oliver's header region.

After

| Comment | File | Size | Author |
|---|---|---|---|
| #12 | Screenshot 2024-06-04 at 8.21.06 AM.png | 562.93 KB | gauravvvv |
| #2 | navigation-3443577.patch | 1.38 KB | rajan kumar@2026 |
| Home___Navigation_and_ui-suite-initiative__Channel__-_Drupal_-_6_new_items_-_Slack.png | 592.85 KB | mherchel |
Issue fork drupal-3443577
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3443577-navigation-overlay-z-index
changes, plain diff MR !8276
1 hidden branch
Issue fork navigation-3443577
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3443577-navigation-overlay-z-index
changes, plain diff MR !260
Comments
Comment #2
rajan kumar@2026 commentedhii @mherchel
i defined "Navigation overlay z-index " variable.
Comment #5
ckrinaMoving to Needs work after getting Navigation into core.
While you are making the above changes, we recommend that you convert this patch to a merge request. Merge requests are preferred over patches. Be sure to hide the old patch files as well.
Comment #6
ckrinaComment #7
anicotoComment #8
finnsky commentedNo need to write extra css here. Variable exists but scoped to `data-drupal-admin-styles` attribute. this overlay is outside of this scope.
Easiest thing here will be add this attribute `data-drupal-admin-styles` to `.admin-toolbar-overlay` element
Comment #9
finnsky commentedProbably concept of scoped css variables is out of Novice expertise area.
Comment #12
gauravvvv commentedAfter:

Comment #13
gauravvvv commentedComment #14
finnsky commentedThank you! Exactly!
Comment #21
nod_Committed and pushed 4ce3503191 to 11.x and 9a8693a0c1 to 11.0.x and 7f9b562d57 to 10.4.x and ae23028577 to 10.3.x. Thanks!