Revert "animate in from top instead of bottom"
This reverts commit 153ebbca63
.
This commit is contained in:
parent
a8dc336df6
commit
17f0997ec3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
@keyframes menu-animate-in {
|
||||
0% {
|
||||
transform: translateY(calc(var(--header-height) * -1));
|
||||
transform: translateY(var(--header-height));
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
|
|
Loading…
Add table
Reference in a new issue