From 72dc4cc81b75d9182434ab78579ac1fa576f2bf5 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 3 Jan 2024 09:53:08 +0800 Subject: [PATCH] Test disable menu animation --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 36061c9a..c311881b 100644 --- a/src/app.css +++ b/src/app.css @@ -1652,7 +1652,7 @@ body > .szh-menu-container { border-radius: 8px; box-shadow: 0 3px 16px -3px var(--drop-shadow-color); text-align: left; - animation: appear-smooth 0.15s ease-in-out; + /* animation: appear-smooth 0.15s ease-in-out; */ width: 16em; max-width: 90vw; /* overflow: hidden; */