@@ -733,6 +733,8 @@ body .bytm-ripple.slower {
transition:
opacity var(--bytm-toast-transition-time) ease,
transform var(--bytm-toast-transition-time) ease;
+
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
#bytm-toast.clickable {
@@ -22,6 +22,8 @@