Skip to content
Snippets Groups Projects
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
Branches
Tags
5 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE
......@@ -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;
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment