- 🇨🇦Canada OMD
I've just updated to Drupal 10.4.1 and I'm seeing this issue. On front-end pages the toolbar is creating padding:
.toolbar-anti-flicker.toolbar-loading.toolbar-fixed.toolbar-horizontal.toolbar-tray-open body {
padding-top: 4.91331rem;
}...making a huge white space above my toolbar. The CSS originates in toolbar.module.css from https://www.omnivex.com/core/themes/claro/css/components/toolbar.module.css. I'm certainly not using Claro on my front-end so I don't get why this is appearing only here. To make it more bizarre on the admin back-end pages where Claro is used the spacing is normal again.