fix: instructor notes menu position in lesson form

This commit is contained in:
Jannat Patel
2026-01-14 09:45:44 +05:30
parent 8ff339b7ed
commit 6a5978fed6

View File

@@ -667,6 +667,15 @@ iframe {
padding: 8px;
}
.codex-editor--narrow .ce-toolbox .ce-popover {
right: unset;
left: initial;
}
.ce-popover {
border-radius: 12px;
}
.cdx-search-field {
border: none;
}