Missing toggle icon
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3554696. -->
Reported by: [thamas](https://www.drupal.org/user/53339)
Related to !134
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When the "Enable on/off toggle in UI" option is disabled, the on/off toggle is displayed in the toolbar. On this toggle, the icon is not visible. This happens because the icon is absolutely positioned, but the toggle wrapper is not positioned relatively.</p>
<p><img src="https://www.drupal.org/files/issues/2025-10-28/SCR-20251028-ihxd.png" width="408" height="153" alt="Screenshot of part of the toolbar displaying on/off switch without icon."></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Disable the "Enable on/off toggle in UI" option</li>
<li>See the on/off toggle in the toolbar and that its icon is missing (not visible)</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Set the position of <code>.frontend-editing-toolbar-toggle</code> to relative.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Set the position of <code>.frontend-editing-toolbar-toggle</code></p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>The toggle icon becomes visible.</p>
<h3 id="summary-api-changes">API changes</h3>
<p>-</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>-</p>
issue