Revert "Make dropdown menus actually dropdown"
This reverts commit a2046be0ee
.
This commit is contained in:
parent
5314100714
commit
f28707504a
1 changed files with 2 additions and 2 deletions
|
@ -70,11 +70,11 @@
|
|||
|
||||
@keyframes menu-animate-in {
|
||||
0% {
|
||||
transform: translateY(-80px);
|
||||
transform: scaleY(0);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
transform: scaleY(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue