Merge pull request #2017 from Anexus5919/fix-instructor-notes-settings-menu

fix: instructor notes block settings menu overlapped by sidebar
This commit is contained in:
Jannat Patel
2026-01-30 13:02:07 +05:30
committed by GitHub

View File

@@ -669,7 +669,8 @@ iframe {
padding: 8px;
}
.codex-editor--narrow .ce-toolbox .ce-popover {
.codex-editor--narrow .ce-toolbox .ce-popover,
.codex-editor--narrow .ce-toolbar__actions .ce-popover {
right: unset;
left: initial;
}