Skip to content

Commit

Permalink
fix(layout): adjust z-index values (#6365)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 9, 2020
1 parent 72df1f7 commit c2a8be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/components/src/globals/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
/// @group global-layout
$z-indexes: (
modal: 9000,
overlay: 8000,
dropdown: 9100,
header: 6000,
overlay: 6000,
dropdown: 6000,
header: 8000,
footer: 5000,
hidden: - 1,
overflowHidden: - 1,
floating: 10000,
floating: 6000,
);

/// @access public
Expand Down

0 comments on commit c2a8be5

Please sign in to comment.