fix: Editor hyperlink popup is hidden under modal (#8950)
This commit is contained in:
@@ -753,7 +753,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ProseMirror-prompt {
|
.ProseMirror-prompt {
|
||||||
@apply z-50 bg-slate-25 dark:bg-slate-700 rounded-md border border-solid border-slate-75 dark:border-slate-800;
|
@apply z-[9999] bg-slate-25 dark:bg-slate-700 rounded-md border border-solid border-slate-75 dark:border-slate-800 shadow-lg;
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
@apply dark:text-slate-25 text-slate-800;
|
@apply dark:text-slate-25 text-slate-800;
|
||||||
|
|||||||
Reference in New Issue
Block a user