Issue #3443577 by Gauravvvv, rishabjasrotia, Rajan Kumar@2026, mherchel, finnsky, ckrina: Navigation overlay z-index is not defined

(cherry picked from commit 4ce3503191)
merge-requests/8325/head
nod_ 2024-06-04 10:22:22 +02:00
parent c71e641ef3
commit 7f9b562d57
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
</nav>
</div>
</aside>
<div class="admin-toolbar-overlay" aria-controls="admin-toolbar"></div>
<div class="admin-toolbar-overlay" aria-controls="admin-toolbar" data-drupal-admin-styles></div>
<script>
if (localStorage.getItem('Drupal.navigation.sidebarExpanded') !== 'false' && (window.matchMedia('(min-width: 1024px)').matches)) {
document.documentElement.setAttribute('data-admin-toolbar', 'expanded');