updated the transform origin (#395)
This commit is contained in:
parent
f6b17909f2
commit
1eeacadbf2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue