aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-12 18:34:27 +0800
committercrupest <crupest@outlook.com>2023-09-12 20:00:59 +0800
commit8bd0c7eba40be17daf7c445654f125f0a42e0e83 (patch)
tree9137e82c550259c5bc967500e52015b5842f9818 /FrontEnd
parent49d444fa9dfac5877cd980a18d2eb84281b02e50 (diff)
downloadtimeline-8bd0c7eba40be17daf7c445654f125f0a42e0e83.tar.gz
timeline-8bd0c7eba40be17daf7c445654f125f0a42e0e83.tar.bz2
timeline-8bd0c7eba40be17daf7c445654f125f0a42e0e83.zip
Fix app bar toggle problem. v2
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/components/AppBar.css3
1 files changed, 2 insertions, 1 deletions
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;
}