Verified Commit 7c442b06 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 d0592e79
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
}
+5 −0
Original line number Diff line number Diff line
@@ -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;
}