mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Test disable menu animation
This commit is contained in:
parent
92c0a8b4f0
commit
72dc4cc81b
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@ body > .szh-menu-container {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 3px 16px -3px var(--drop-shadow-color);
|
box-shadow: 0 3px 16px -3px var(--drop-shadow-color);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
animation: appear-smooth 0.15s ease-in-out;
|
/* animation: appear-smooth 0.15s ease-in-out; */
|
||||||
width: 16em;
|
width: 16em;
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
/* overflow: hidden; */
|
/* overflow: hidden; */
|
||||||
|
|
Loading…
Reference in a new issue