Fix menu animation not working on mobile iOS (also Midori)

This commit is contained in:
Marek Ľach
2021-01-10 21:23:11 +01:00
committed by GitHub
parent b059fb48fc
commit b52d8e4e26
+1 -1
View File
@@ -220,7 +220,7 @@ body > header {
.mobile-label {
opacity: 1;
transform: translate(-50%, 80%);
-webkit-transform: translate(-50%) 80%);
-webkit-transform: translate(-50%, 80%);
}
}
}