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:
Penar Musaraj 2025-01-14 17:56:20 -05:00 committed by GitHub
parent e600ef02a0
commit 73b28815e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -637,8 +637,6 @@ div.ac-wrap {
.tablet-device,
.mobile-device {
#reply-control {
z-index: -1;
&.open {
z-index: z("mobile-composer");
}