Merge pull request #901 from pateljannat/issues-24

fix: lesson editor menu position
This commit is contained in:
Jannat Patel
2024-06-27 21:58:39 +05:30
committed by GitHub

View File

@@ -443,11 +443,11 @@ updateDocumentTitle(pageMeta)
display: none; display: none;
} }
.ce-toolbar__actions { .ce-block__content {
right: 108% !important; max-width: none;
} }
.ce-block__content { .ce-toolbar__content {
max-width: none; max-width: none;
} }