aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}