Secondary toolbar is not visible on node forms
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3176607. -->
Reported by: [dieterholvoet](https://www.drupal.org/user/3567222)
Related to !17
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I noticed the secondary toolbar is not visible on node forms. After adding the relevant markup to <code>page--node.html.twig</code>, I noticed a new issue: the sticky actions are overlapping with the newly added secondary toolbar. I couldn't find a way to fix this using CSS only, so instead I wrote a little behavior which moves those actions to the <code>region-sticky__items</code> element and adds the <code>form</code> attribute to all submit buttons inside to make sure they still work. I also added a fade-in transition because the element was jumping on page load.</p>
issue