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 77b8e59604)
merge-requests/8529/head
nod_ 2024-06-24 23:00:46 +02:00
parent 6e1e0c29d0
commit 225ed0a05f
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 11 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}