fix: auto complete panel zIndex issue

This commit is contained in:
CMK 2021-05-18 15:40:52 +08:00
parent 9b63371276
commit 11cc256ab1
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ extension ComposeStatusContentCollectionViewCell {
private func _init() {
// selectionStyle = .none
layer.zPosition = 999
preservesSuperviewLayoutMargins = true
statusContentWarningEditorView.translatesAutoresizingMaskIntoConstraints = false