asdasd
This commit is contained in:
@@ -835,7 +835,12 @@
|
||||
}
|
||||
const styleEl = document.getElementById('bridge-rte-modal-style') || document.createElement('style');
|
||||
styleEl.id = 'bridge-rte-modal-style';
|
||||
styleEl.textContent = '.bridge-rte-modal .gjs-mdl-btn-close{display:none!important;}';
|
||||
styleEl.textContent = [
|
||||
'.bridge-rte-modal .gjs-mdl-btn-close{display:none!important;}',
|
||||
'.bridge-rte-modal .gjs-mdl-dialog{max-height:90vh;overflow:hidden;}',
|
||||
'.bridge-rte-container{max-height:80vh;}',
|
||||
'.bridge-rte-content{max-height:55vh;overflow:auto;}',
|
||||
].join('');
|
||||
if (!styleEl.parentNode) {
|
||||
document.head.appendChild(styleEl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user