Optimize navbar

This commit is contained in:
2023-09-07 18:11:25 +08:00
parent e3d2a089f6
commit 9148ce234f

View File

@@ -86,7 +86,6 @@
transform: translateY(0);
}
100% {
display: none;
transform: translateY(-100%);
}
}