mobile menu animation fix

This commit is contained in:
Çetin
2021-12-15 13:43:39 +03:00
parent be0da505d0
commit 516159783d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -187,8 +187,8 @@ a {
top: 5rem;
min-width: 15rem;
display: none;
-webkit-animation: scalein 0.15s linear;
animation: scalein 0.15s linear;
-webkit-animation: fadein 0.15s linear;
animation: fadein 0.15s linear;
}
.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active {
display: block;