From 11cc256ab1f56083009cdac1f2c45080141b9a83 Mon Sep 17 00:00:00 2001 From: CMK Date: Tue, 18 May 2021 15:40:52 +0800 Subject: [PATCH] fix: auto complete panel zIndex issue --- .../ComposeStatusContentCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentCollectionViewCell.swift b/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentCollectionViewCell.swift index dfcb47fe..bb725e9b 100644 --- a/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentCollectionViewCell.swift +++ b/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentCollectionViewCell.swift @@ -52,6 +52,7 @@ extension ComposeStatusContentCollectionViewCell { private func _init() { // selectionStyle = .none + layer.zPosition = 999 preservesSuperviewLayoutMargins = true statusContentWarningEditorView.translatesAutoresizingMaskIntoConstraints = false