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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%);
}
}
}