CKEditor5 sticky Panel
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3328809. -->
Reported by: [refs](https://www.drupal.org/user/3743599)
Related to !206
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>When the CKEditor5 toolbar becomes sticky, it disappears under the region-sticky. The offset of the region-sticky is not considered.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Toggle In the sticky.js also the attribute data-offset-top and call Drupal.displace(true); after that.</p>
<pre>context.querySelector('.region-sticky').toggleAttribute('data-offset-top', e.intersectionRatio < 1)<br>Drupal.displace(true);</pre><h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue