Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 588a86c

Browse files
author
Marcy Sutton
committed
fix(mdToast): Puts index above dialog
Closes #903
1 parent da77970 commit 588a86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/style/variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ $whiteframe-zindex-z5: 5;
5858
//--------------------------------------------
5959

6060
$z-index-tooltip: 100;
61-
$z-index-dialog: 90;
62-
$z-index-toast: 80;
61+
$z-index-dialog: 80;
62+
$z-index-toast: 90;
6363
$z-index-bottom-sheet: 70;
6464
$z-index-sidenav: 60;
6565
$z-index-backdrop: 50;

0 commit comments

Comments
 (0)