Gin Toolbar CSS relies on system module container template
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3251588. --> Reported by: [mherchel](https://www.drupal.org/user/118428) Related to !89 >>> <p>Not really sure if this a bug, but I ran into an issue because I overrode <code>core/modules/system/templates/container.html.twig</code> with my own template that omitted the wrapping DIV.</p> <p>When using the Gin Toolbar on my front-end theme, that caused a number of styles to not apply, because the toolbar's CSS relies on that wrapping DIV (and its attributes) to be present.</p> <p>My thought process is that overriding this core template is a somewhat common thing to do. It might be useful to create a template suggestion and template for this through the gin_toolbar module. This would prevent this from happening if anyone else runs into the same issue I did. </p> <p><img src="https://www.drupal.org/files/issues/2021-11-28/Content___Florida_DrupalCamp-2.png" alt=""></p> <p>For anyone reading running into the same issue, I resolved it at <a href="https://github.com/mherchel/fldc22/commit/c6370ab7c5292d2ad3553ce72d1b01b2de387b39#diff-400e3ba3367ab543695ffc4f2d52df37be449bf25d62b9ee7c98bf126f23c98aR375-R388">https://github.com/mherchel/fldc22/commit/c6370ab7c5292d2ad3553ce72d1b01b2de387b39#diff-400e3ba3367ab543695ffc4f2d52df37be449bf25d62b9ee7c98bf126f23c98aR375-R388</a></p>
issue