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
10 merge requests!12802Issue #3537193 by opauwlo: Add enable absolute path option for CKEditor5 image uploads,!12745Fixed: Path alias language doesn't changes on changing of node language,!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!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...
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.
    Please register or to comment