Skip to content

Commit

Permalink
fix: (o-header) increase the value of o-header-mega to 5 (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
metart43 authored Sep 19, 2024
1 parent 46fc0b0 commit c9944df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/o-header/src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $_o-header-padding-y: 8px;
$_o-header-buttons-theme: 'mono';
$_o-header-mega-padding-x: 24px;
$_o-header-mega-padding-y: 18px;
$_o-header-mega-z-index: 1;
$_o-header-mega-z-index: 5;
$_o-header-z-index: 10;
$_o-header-drawer-z-index: 100;
$_o-header-drawer-width: 320px;
Expand Down

0 comments on commit c9944df

Please sign in to comment.