animate in from top instead of bottom

This commit is contained in:
Sean Yesmunt 2021-01-27 09:55:31 -05:00
parent b68600d978
commit 153ebbca63

View file

@ -70,7 +70,7 @@
@keyframes menu-animate-in {
0% {
transform: translateY(var(--header-height));
transform: translateY(calc(var(--header-height) * -1));
opacity: 0;
}
100% {