Unverified Commit 0d4cdf5c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3212670 by Sakthivel M, shashwat-tiwari, kiran.kadam911,...

Issue #3212670 by Sakthivel M, shashwat-tiwari, kiran.kadam911, Gauravmahlawat, mherchel: Olivero: Z-index issue with the search bar

(cherry picked from commit aafc501d)
parent 3cadbec5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@
}

.site-header__inner {
  z-index: 1; /* Appear in front of Drupal's tabs. */
  flex-grow: 1;
  width: calc(100vw - 5.625rem);
  background: #fff;
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@
}

.site-header__inner {
  z-index: 1; /* Appear in front of Drupal's tabs. */
  flex-grow: 1;
  width: calc(100vw - var(--content-left));
  background: var(--color--white);