fix: instructor notes block settings menu overlapped by sidebar
PR #1987 fixed the "+" (Add block) menu positioning but missed the block settings menu (6-dot "Click to tune" icon) which uses a different parent container (.ce-toolbar__actions instead of .ce-toolbox). This adds the missing selector to fix both menus. Related: #1990
This commit is contained in:
@@ -665,7 +665,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user