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 07e5f8907e
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…
Reference in New Issue