Fix menu animation not working on mobile iOS (also Midori)
This commit is contained in:
parent
b059fb48fc
commit
b52d8e4e26
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ body > header {
|
|||
.mobile-label {
|
||||
opacity: 1;
|
||||
transform: translate(-50%, 80%);
|
||||
-webkit-transform: translate(-50%) 80%);
|
||||
-webkit-transform: translate(-50%, 80%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue