Skip to content

Commit

Permalink
Z-index for toasts (#296)
Browse files Browse the repository at this point in the history
This sets a z-index for toasts so they will appear above things like modals.
  • Loading branch information
snide committed Jan 16, 2018
1 parent 3aa9600 commit be5c025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

**Bug fixes**

- Adjust toast z-index to show over modals [(#296)](https://github.com/elastic/eui/pull/296)
- Removed padding on `<EuiPage>` mobile breakpoint. [(#282)](https://github.com/elastic/eui/pull/282)
- Fixed some `<EuiIcon>` `type`s not setting their `viewBox` attribute, which caused them to not honor the `size` properly. [(#277)](https://github.com/elastic/eui/pull/277)
- Fixed `<EuiContextMenu>` to pass the `event` argument to a `<EuiContextMenuItem>`'s `onClick` handler even when a panel is defined. [(#265)](https://github.com/elastic/eui/pull/265)
Expand Down
2 changes: 1 addition & 1 deletion src/global_styling/variables/_z_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ $euiZLevel9: 9000;
$euiZContent: $euiZLevel0;
$euiZContentMenu: $euiZLevel2;
$euiZNavigation: $euiZLevel4;
$euiZToastList: $euiZLevel5;
$euiZMask: $euiZLevel6;
$euiZModal: $euiZLevel8;
$euiZToastList: $euiZLevel9;

0 comments on commit be5c025

Please sign in to comment.