Skip to content

Commit

Permalink
EWPP-4366: Fix site header z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra authored and upchuk committed Jun 7, 2024
1 parent 7ba30fe commit a89d179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/components/_site_header.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// @todo Remove after FRONT-4443 is released.
.ecl-site-header {
z-index: 50;
}
1 change: 1 addition & 0 deletions sass/style-ec.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
$font-family: map.get(theme.$theme, 'font-family', 'default'),
);
@use "./components/navigation_list";
@use "./components/site_header";
1 change: 1 addition & 0 deletions sass/style-eu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
$font-family: map.get(theme.$theme, 'font-family', 'default'),
);
@use "./components/navigation_list";
@use "./components/site_header";

0 comments on commit a89d179

Please sign in to comment.