diff --git a/Mastodon/Scene/Compose/TableViewCell/ComposeStatusContentTableViewCell.swift b/Mastodon/Scene/Compose/TableViewCell/ComposeStatusContentTableViewCell.swift index 8f9acd50a..aa641fe4a 100644 --- a/Mastodon/Scene/Compose/TableViewCell/ComposeStatusContentTableViewCell.swift +++ b/Mastodon/Scene/Compose/TableViewCell/ComposeStatusContentTableViewCell.swift @@ -83,6 +83,7 @@ extension ComposeStatusContentTableViewCell { private func _init() { selectionStyle = .none layer.zPosition = 999 + backgroundColor = .clear preservesSuperviewLayoutMargins = true let containerStackView = UIStackView()