feat: fix toolbar of text editor at top while scrolling
This commit is contained in:
committed by
Muhammad Faraz Maqsood
parent
c677e7fef3
commit
0c7cef66ab
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user