/
Customize Modal Style
This is the documentation for Clover Club 12.0.
Documentation for the upcoming version Rampur 13.0 can be found here.
Customize Modal Style
Modal layout in Salesforce can be illustrated this way:
Details:
Lightning Modal can be styled using slds-modal_container class:
model__content 's height:
For example:
<aura:component implements="force:lightningQuickActionWithoutHeader">
<!-- This is for styling the modal -->
<aura:html tag="style">
.slds-modal__container {
width: 80% !important;
max-width:100% !important;
height:100% !important;
max-height: 100% !important;
}
</aura:html>
<force:canvasApp developerName="application_name" width="100%"/>
</aura:component>
Related content
Customize Modal Style
Customize Modal Style
More like this
Show Unity as Modal/Tab in Salesforce Lightning
Show Unity as Modal/Tab in Salesforce Lightning
More like this
Show Unity as Modal/Tab in Salesforce Lightning
Show Unity as Modal/Tab in Salesforce Lightning
More like this