Closed (fixed)
Project:
Adminic Toolbar
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2020 at 04:08 UTC
Updated:
10 Mar 2020 at 07:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dennis cohn commentedThis also exist when using good old seven as a Administration Theme.
I will try to fix this..
Comment #3
jakubhnilicka commentedNice thank you Dennis.
Comment #4
philosurfer commentedThis is the official guideline as it relates to z-index in Drupal theming.
https://www.drupal.org/docs/8/theming/z-indexes-in-drupal-8
Comment #5
dennis cohn commentedI figured it out...there is/was a bug in cssnano which converted all z-indexes to some random number.
For example:
z-index:999997 from .toolbar__top was compiled to z-index:3
z-index:1000 from . toolbar__secondary was complied to z-index: 1
After I updated cssnano to the latest version, it was compiled as it should be.
I also needed to add node-sass as a dependency in the package.json and updated grunt-sass to succesfull compile the right css.
Comment #6
dennis cohn commentedComment #7
philosurfer commentedFixed. RTBC. =)
Comment #8
jakubhnilicka commentedFixed in alpha6 release.
Comment #9
jakubhnilicka commented