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