Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
** If the module doesn't fix the issue, please try to clean cache manually
- Adding D8.5+ supports
D8.5+ introduced the bug again. It was designed to use the last toolbar item (user tab) to set the default toolbar height. But, D8.5+ renders the user object from bigpipe. It's too late.
- Slim down the duplicated code.
Removing the duplicated code (JS & CSS mainly) from D8.4 changes. Now, it's only introduced JS & CSS for the vertical fixes. This change brings the module more compatible with Core and other modules.
- Fixed: Bootstrap theme compatibility
- Improved: Move Body Class Toggle to Drupal.toolbar.ToolbarVisualView. Provided correct BODY class to CSS Style in more early stage of script execution.