Skip to content

Commit

Permalink
👁️ Put the edit post toolbar under the autocomplete tooltips (#4790)
Browse files Browse the repository at this point in the history
Put the edit post toolbar under the autocomplete tooltips
  • Loading branch information
thesan authored Feb 27, 2024
1 parent 0e1406c commit 41b13e1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export const CKEditorStylesOverrides = createGlobalStyle<{ minRows: number; maxR
img {
max-height: 400px;
}
.ck.ck-balloon-panel.ck-toolbar-container {
z-index: calc(var(--ck-z-modal) - 1);
}
:root {
--ck-focus-ring: 1px solid ${Colors.Blue[300]};
Expand Down

0 comments on commit 41b13e1

Please sign in to comment.