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