diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 13:29:37 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 13:29:37 -0400 |
commit | 5a0bdd977d1e0f659c9ced795def86f031665759 (patch) | |
tree | ed537a513fe6c516d376be9a844435001233011f | |
parent | a5567b2ed092af3a50da75eef28d46c06760a266 (diff) | |
download | JellySolutions-5a0bdd977d1e0f659c9ced795def86f031665759.tar.gz JellySolutions-5a0bdd977d1e0f659c9ced795def86f031665759.tar.bz2 JellySolutions-5a0bdd977d1e0f659c9ced795def86f031665759.zip |
Improve toast
-rw-r--r-- | ufund-ui/src/app/components/toast/toast.component.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/toast/toast.component.css b/ufund-ui/src/app/components/toast/toast.component.css index 4cd81fe..7f68d0f 100644 --- a/ufund-ui/src/app/components/toast/toast.component.css +++ b/ufund-ui/src/app/components/toast/toast.component.css @@ -39,7 +39,7 @@ } } -.toast.hide { +.toast.hide:not(:has(:hover)) { transform: translateY(-90px); } |