diff --git a/src/style.css b/src/style.css index 4d26213..6260f89 100644 --- a/src/style.css +++ b/src/style.css @@ -5,6 +5,7 @@ bottom: 0; width: 100%; height: 0; + z-index: 100; overflow: visible; } @@ -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;