diff --git a/web/client/components/maps/modals/MetadataModal.jsx b/web/client/components/maps/modals/MetadataModal.jsx index 5c28cce515..189467d504 100644 --- a/web/client/components/maps/modals/MetadataModal.jsx +++ b/web/client/components/maps/modals/MetadataModal.jsx @@ -111,7 +111,7 @@ class MetadataModal extends React.Component { toolbar: [ [{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'], [{ 'list': 'bullet' }, { 'align': [] }], - [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video'] + [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link'] ] }, options: {}, diff --git a/web/client/components/misc/quillmodules/ResizeModule.js b/web/client/components/misc/quillmodules/ResizeModule.js index cd02b91881..add94a8db6 100644 --- a/web/client/components/misc/quillmodules/ResizeModule.js +++ b/web/client/components/misc/quillmodules/ResizeModule.js @@ -723,7 +723,6 @@ module.exports = Quill => { iframe.setAttribute('height', height); let overlay = document.createElement('DIV'); overlay.setAttribute('class', 'ms-quill-iframe'); - overlay.style.display = 'none'; overlay.style.overflow = 'hidden'; overlay.style.position = 'absolute'; overlay.style.left = '0'; diff --git a/web/client/components/resources/modals/DetailSheet.jsx b/web/client/components/resources/modals/DetailSheet.jsx index 70d5ca4222..9fb0b08664 100644 --- a/web/client/components/resources/modals/DetailSheet.jsx +++ b/web/client/components/resources/modals/DetailSheet.jsx @@ -23,7 +23,7 @@ module.exports = ({ toolbar: [ [{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'], [{ 'list': 'bullet' }, { 'align': [] }], - [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video'] + [{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link'] ] }, detailsText,