Toolbar menu issue in Drupal 11.3 when CCC installed
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3571392. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !56 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>[One-line status update for stakeholders]<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <strong>Blocked by: </strong>[#XXXXXX] (New issues on new lines)<br> <strong>Additional Collaborators: </strong> @username1, @username2<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Some other issues were fixed for installation, but this has a visual issue that needs fixing when installing with D11.3.</p> <h4 id="steps-to-reproduce">Steps to Reproduce</h4> <pre>mkdir my-drupal-site &amp;&amp; cd my-drupal-site<br>ddev config --project-type=drupal11 --docroot=web<br>ddev start<br>ddev composer create-project "drupal/recommended-project:^11"<br>ddev composer update symfony/process --with-all-dependencies (due to security advisory)<br>ddev composer require drush/drush<br>ddev composer require drupal/ai_context:dev-1.0.x<br>ddev drush site:install --account-name=admin --account-pass=admin -y<br>ddev drush en ai_context<br>ddev launch<br># or automatically log in with:<br>ddev launch $(ddev drush uli)<br>... look at toolbar menu ...</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Make sure dependencies in info.yml are in sync with composer.json.</p> <p>Fix CSS</p> <h3 id="summary-remaining-tasks">Target date or deadline</h3> <p>Feb 3, 2026</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Fix CSS</li> <li>Review and test</li> </ul> <h3 id="summary-ai-usage">AI usage (if applicable)</h3> <p>[ ] AI Assisted Issue<br> This issue was generated with AI assistance, but was reviewed and refined by the creator.</p> <p>[x] AI Assisted Code<br> This code was mainly generated by a human, with AI autocompleting or parts AI generated, but under full human supervision.</p> <p>[ ] AI Generated Code<br> This code was mainly generated by an AI with human guidance, and reviewed, tested, and refined by a human.</p> <p>[ ] Vibe Coded<br> This code was generated by an AI and has only been functionally tested.</p> > Related issue: [Issue #3571006](https://www.drupal.org/node/3571006)
issue