Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: made notification hide completely
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 29, 2023
1 parent 4734eee commit 0429d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Notification.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@keyframes disappear {
0% {
bottom: -10vh;
bottom: -100vh;
}

10% {
Expand All @@ -35,7 +35,7 @@
}

100% {
bottom: -10vh;
bottom: -100vh;
}
}

Expand Down

0 comments on commit 0429d99

Please sign in to comment.