Skip to content
Snippets Groups Projects
Verified Commit 7f9b562d authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3443577 by Gauravvvv, rishabjasrotia, Rajan Kumar@2026, mherchel,...

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

(cherry picked from commit 4ce35031)
parent c71e641e
No related branches found
No related tags found
6 merge requests!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #190525 passed with warnings
Pipeline: drupal

#190559

    Pipeline: drupal

    #190552

      Pipeline: drupal

      #190543

        +1
        ......@@ -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');
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment