Save Button and Hide sidebar panel is getting is not visible.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3400772. -->
Reported by: [nitin shrivastava](https://www.drupal.org/user/3725211)
Related to !341 !334
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The "Save" button and the "Hide Sidebar Panel" are not visible without scrolling down. However, when scrolling down the page, the left side content, which is page title,'s font size decreases, then it is visible.<br>
I have attached a screenshot for better reference.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Install theme</li>
<li>click on add content and make one node for article.</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>If you replace display: flex; with display: grid; for ".region-sticky__items__inner," the issue will be resolved.</p>
<p><img src="https://www.drupal.org/files/issues/2023-11-10/Screenshot%202023-11-10%20151639.png" alt="Example"></p>
issue