Skip to content

Commit c6ecf2f

Browse files
Improve mediahubPhoto dialog content styling for better overflow handling
1 parent b30d6a2 commit c6ecf2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mediahubPhoto.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ tinymce.PluginManager.add('mediahubPhoto', function (editor, url) {
100100
.tox-dialog {
101101
max-width: 1350px !important;
102102
}
103+
104+
.tox-dialog__content-js{
105+
overflow: auto !important;
106+
}
103107
104108
.tox-dialog__body-content {
105109
min-height: 825px !important;

0 commit comments

Comments
 (0)