1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 a2d5dd3397
commit 94381dca62
2 changed files with 0 additions and 2 deletions

View File

@@ -219,7 +219,6 @@
.Composer {
border-radius: @border-radius @border-radius 0 0;
background: fade(@body-bg, 95%);
transform: translateZ(0); // Fix for Chrome bug where a transparent white background is actually gray
position: relative;
height: 300px;
.transition(~"background 0.2s, box-shadow 0.2s");