From 17f0997ec322a289151d944e4c274c806d90b4ec Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 29 Jan 2021 11:50:19 -0500 Subject: [PATCH] Revert "animate in from top instead of bottom" This reverts commit 153ebbca63272f7e8764ea0ce6bae7d76924808a. --- 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 a66d32226..ff7d74b2a 100644 --- a/ui/scss/component/_animation.scss +++ b/ui/scss/component/_animation.scss @@ -70,7 +70,7 @@ @keyframes menu-animate-in { 0% { - transform: translateY(calc(var(--header-height) * -1)); + transform: translateY(var(--header-height)); opacity: 0; } 100% {