feat: fix toolbar of text editor at top while scrolling

This commit is contained in:
Muhammad Faraz Maqsood
2025-05-21 15:03:17 +05:00
committed by Muhammad Faraz Maqsood
parent c677e7fef3
commit 0c7cef66ab

View File

@@ -53,3 +53,19 @@
}
}
}
.pgn__modal-body-content {
.editor-body{
overflow: visible !important;
}
.tox-tinymce,
.tox-editor-container{
overflow: visible;
}
.tox-editor-header{
position: sticky;
top: -3px;
}
}