updated the transform origin (#395)

This commit is contained in:
Max Kotlan 2021-12-01 13:01:21 -05:00 committed by GitHub
parent f6b17909f2
commit 1eeacadbf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@
.menu__list {
box-shadow: var(--card-box-shadow);
animation: menu-animate-in var(--animation-duration) var(--animation-style);
transform-origin: top;
border: 1px solid var(--color-border);
border-radius: var(--border-radius);
padding: var(--spacing-xs) 0;