fix: auto complete panel zIndex issue
This commit is contained in:
parent
9b63371276
commit
11cc256ab1
|
@ -52,6 +52,7 @@ extension ComposeStatusContentCollectionViewCell {
|
||||||
|
|
||||||
private func _init() {
|
private func _init() {
|
||||||
// selectionStyle = .none
|
// selectionStyle = .none
|
||||||
|
layer.zPosition = 999
|
||||||
preservesSuperviewLayoutMargins = true
|
preservesSuperviewLayoutMargins = true
|
||||||
|
|
||||||
statusContentWarningEditorView.translatesAutoresizingMaskIntoConstraints = false
|
statusContentWarningEditorView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
|
Loading…
Reference in New Issue