Sticky shadow position without toolbar
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3403123. --> Reported by: [kksandr](https://www.drupal.org/user/3710922) Related to !340 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Hi, the position of the sticky shadow is incorrect if the admin toolbar is missing. This happens because the offset is always set <a href="https://git.drupalcode.org/project/gin/-/blob/8.x-3.x/styles/base/_regions.scss?ref_type=heads#L138">here</a>.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Perhaps it is worth setting values in the variables --gin-toolbar-y-offset/--gin-toolbar-x-offset if there is a toolbar (<a href="https://git.drupalcode.org/project/gin/-/blob/8.x-3.x/styles/components/toolbar.scss?ref_type=heads#L5">here</a>), and leaving the default 0?</p>
issue