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

Commit 6fd70c6

Browse files
author
Marcy Sutton
committed
fix(mdToast): Puts index above dialog
Closes #903
1 parent de58777 commit 6fd70c6

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
@@ -56,8 +56,8 @@ $whiteframe-zindex-z5: 5;
5656
//--------------------------------------------
5757

5858
$z-index-tooltip: 100;
59-
$z-index-dialog: 90;
60-
$z-index-toast: 80;
59+
$z-index-dialog: 80;
60+
$z-index-toast: 90;
6161
$z-index-bottom-sheet: 70;
6262
$z-index-sidenav: 60;
6363
$z-index-backdrop: 50;

0 commit comments

Comments
 (0)