- Issue created by @ichthus
- π§πͺBelgium joevagyok
The problem is because of the z-index change.
- First commit to issue fork.
- π³πΏNew Zealand claw
I don't know what happened in #4, I was just trying to reply:
We noticed this too, and for us Gutenberg is more important than Devel, so I've reverted the #3335841 patch:
--- a/css/admin.toolbar.css 2023-05-02 10:40:57.902420206 +1200 +++ b/css/admin.toolbar.css 2023-05-02 10:40:44.362088511 +1200 @@ -9,10 +9,6 @@ background: #fff; } -#toolbar-bar { - z-index: 100000; -} - .toolbar-tray-horizontal a { display: inline-block; }
- π©πͺGermany szeidler Berlin
I opened an issue over at the Gutenberg module π Gutenberg fullscreen mode + Admin Toolbar >= 3.3.1 + Gin hides the submit buttons Closed: works as designed .
- π©πͺGermany szeidler Berlin
As described in the Gutenberg issue, there is no straightforward way for us in Gutenberg to keep up with the high z-indexes, because we have a lot of tooltips, modals and so on, that would be affected by the change/need to be changed accordingly.
It seems to be more straightforward to revert the changes with a patch, until we have a better solution. Do not now, why this CSS specification in the current 3.x is duplicated at two places.
- Status changed to RTBC
almost 2 years ago 9:36am 5 May 2023 - last update
almost 2 years ago 17 pass - π©πͺGermany szeidler Berlin
I'm not sure if it should be RTBC, because it just reverts what has been committed recently, but it should be reconsidered for sure, since as reported in π Admin toolbar menu z-index sucks with devel module Needs review the aggressive z-index has a negative impact on a couple of modal/dialog related functionality in core and contributed modules. The regressions seem to be much more drastic than the comparable small glitch with the devel debugging output.
- π§πͺBelgium joevagyok
Yes, I agree. I would prefer it to be reverted over applying the patch as a "new issue fix" since it is a regression introduced by the given change. If you find a more suitable status for this issue, please go ahead and change it.
- πΊπΈUnited States Kasey_MK
This is a problem with CKEditor too. Toolbar overlays CKEditor menu when CKEditor is maximised β had previously fixed this with z-index 9990.
- Status changed to Closed: duplicate
almost 2 years ago 1:12pm 10 May 2023 - π¨π¦Canada adriancid Montreal, Canada
I;m closing this issue and reverting the other one