Skip to content

Commit

Permalink
fix: fix z-index (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nblthree authored and egoist committed May 27, 2019
1 parent 1f667f4 commit c768721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
bottom: 0;
width: 100%;
height: 0;
z-index: 100;
overflow: visible;
}

Expand All @@ -21,7 +22,6 @@
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
transform-origin: center;
color: #eee;
z-index: 100;
cursor: default;
will-change: transform;
animation: snackbar-show 300ms ease forwards 1;
Expand Down

0 comments on commit c768721

Please sign in to comment.