Problem/Motivation

When you have Drupal 11.4 + Default Admin 11.4.1 + admin toolbar module - toolbar is not rendering in proper way. has huge padding-top. (padding-top: 1054.5px; in my case).
Admin Menu is not rendered as expected.
Issue screen

Steps to reproduce

1) Install Drupal 11.4
2) Install admin_toolbar module
3) Enable Default Admin 11.4.1 in Appearance and set it as default for admin.
4) Clear cache
5) Go to any admin page - see issue

Proposed resolution

Try to check with your installation. Check how toolbar is rendered in this admin theme.

Comments

o.medved created an issue.

dydave’s picture

Thanks a lot Medvediev (@omedved) for reporting this issue! 🙏

Could you please do a bit more tests?

Does the display work when disabling all Admin Toolbar modules? So just with the core Toolbar enabled and no admin_toolbar.

Do you see any errors in the browser console? JS or anything else, for example.
Anything in the Drupal logs?

Could you maybe try changing to a different theme, core themes, if possible, just for testing?
Like Claro / Oliveiro, etc...

Any additional information you could provide would greatly help reproducing the issue and hopefully finding a suitable solution in a timely manner.

Thanks in advance Medvediev! 😊