From 8bd0c7eba40be17daf7c445654f125f0a42e0e83 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 12 Sep 2023 18:34:27 +0800 Subject: Fix app bar toggle problem. v2 --- FrontEnd/src/components/AppBar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FrontEnd/src/components/AppBar.css b/FrontEnd/src/components/AppBar.css index ae2a5879..38497478 100644 --- a/FrontEnd/src/components/AppBar.css +++ b/FrontEnd/src/components/AppBar.css @@ -74,9 +74,10 @@ .app-bar.mobile .app-bar-link-area { position: absolute; z-index: -1; - top: -100%; left: 0; right: 0; + top: 100%; + translate: 0 -100%; transition: transform 0.5s; } -- cgit v1.2.3