Skip to content

Commit

Permalink
fix(toast): overlay z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Sep 20, 2018
1 parent 0faddd3 commit 30338e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/components/toast/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $toast-loading-size: 100px;

position: fixed;
opacity: 0;
z-index: $zindex-toast;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/style/mixins/libs/overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
width: 100%;
height: 100%;
position: absolute;
z-index: $zindex-overlay;
background-color: rgba($color: #000, $alpha: 0.3);
}
1 change: 0 additions & 1 deletion src/style/theme/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ $icon-size-md: 22px * $hd;
$icon-size-lg: 36px * $hd;

/* z-index */
$zindex-overlay: 600;
$zindex-form: 700;
$zindex-nav: 800;
$zindex-flot-layout: 810;
Expand Down

0 comments on commit 30338e5

Please sign in to comment.