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

Issue #3450773 by ahsannazir, Kanchan Bhogade, Gauravvvv, kostyashupenko,...

Issue #3450773 by ahsannazir, Kanchan Bhogade, Gauravvvv, kostyashupenko, smustgrave: Olivero: Incorrect positioning of close button on mobile device when navigation module is enabled

(cherry picked from commit 77b8e596)
parent 6e1e0c29
No related branches found
No related tags found
3 merge requests!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...
Pipeline #208263 passed
Pipeline: drupal

#208266

    ......@@ -110,3 +110,9 @@
    display: flex;
    justify-content: space-between;
    }
    /* Reset width set by layout.css */
    body.is-fixed .site-header__inner__container {
    width: auto;
    }
    ......@@ -105,3 +105,8 @@ body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded)
    display: flex;
    justify-content: space-between;
    }
    /* Reset width set by layout.css */
    body.is-fixed .site-header__inner__container {
    width: auto;
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment