fix: Editor hyperlink popup is hidden under modal (#8950)

This commit is contained in:
Sivin Varghese
2024-02-16 08:19:06 +05:30
committed by GitHub
parent 678c00f254
commit 597a4164e8

View File

@@ -753,7 +753,7 @@ export default {
}
.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 {
@apply dark:text-slate-25 text-slate-800;