mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: Safari on iOS crashes when pinch-zooming (#30779)
Not sure why, but it looks like this `z-index: -1` on the composer causes iOS to crash super quickly when pinch zooming . This change was introduced in 07e5f8907e2a8de27c42c2d6f5a02fc153212288 and is not strictly necessary, let's try removing.
This commit is contained in:
parent
e600ef02a0
commit
73b28815e3
@ -637,8 +637,6 @@ div.ac-wrap {
|
||||
.tablet-device,
|
||||
.mobile-device {
|
||||
#reply-control {
|
||||
z-index: -1;
|
||||
|
||||
&.open {
|
||||
z-index: z("mobile-composer");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user