From 153ebbca63272f7e8764ea0ce6bae7d76924808a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 27 Jan 2021 09:55:31 -0500 Subject: [PATCH] animate in from top instead of bottom --- ui/scss/component/_animation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_animation.scss b/ui/scss/component/_animation.scss index ff7d74b2a..a66d32226 100644 --- a/ui/scss/component/_animation.scss +++ b/ui/scss/component/_animation.scss @@ -70,7 +70,7 @@ @keyframes menu-animate-in { 0% { - transform: translateY(var(--header-height)); + transform: translateY(calc(var(--header-height) * -1)); opacity: 0; } 100% {