fix(webapp): fix embed in non-editor-mode (#9296)

This commit is contained in:
Ulf Gebhardt 2026-02-25 14:16:08 +01:00 committed by GitHub
parent 587559a97a
commit 6b77839fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ export default {
.ProseMirror[contenteditable='false'] {
.close-button {
display: none;
display: none !important;
}
}
</style>