1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix IOS scroll menu bug (#2527)

Fixes https://github.com/flarum/core/issues/1959

These transform lines are known to cause issues on iOS, and were added to hack around chrome issues that have since been fixed upstream.
This commit is contained in:
Alexander Skvortsov
2021-01-05 19:40:11 -05:00
committed by GitHub
parent 111f615c60
commit fb7ffc2351
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
right: 0;
z-index: @zindex-header;
border-bottom: 1px solid @control-bg;
.translate3d(0, 0, 0);
.transition(~"box-shadow 0.2s, -webkit-transform 0.2s");
@media @phone {