Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
navigation.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Apr 2024 at 18:04 UTC
Updated:
18 Jun 2024 at 08:24 UTC
Jump to comment: Most recent, Most recent file


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!