Force CSS styling
Thu Sep 19 2024 23:55:16 GMT+0000 (Coordinated Universal Time)
Saved by
@gbritgs
connectedCallback() {
const inputAligncenter = document.createElement('style');
inputAligncenter.innerText = `c-fdvgc_simulation-financial-create-quote-qroup {position: relative;} .uiModal--horizontalForm .modal-container:has(c-fdvgc_simulation-financial-create-quote-qroup) { width: 99%; max-width: 99%;} .runtime_platform_actionsQuickActionWrapper .quick-actions-panel:has(c-fdvgc_simulation-financial-create-quote-qroup) { overflow-y: clip;}`;
document.body.appendChild(inputAligncenter);
}
content_copyCOPY
from devconsole
Comments