Created by: ghost
This pull enables the user to add a custom CSS class to the Modal backdrop by simply adding the attribute:
data-modal-backdrop-custom
to the modal element (DIV)
Ex.:
<div data-modal-backdrop-custom="myCssClass"></div>
Created by: ghost
This pull enables the user to add a custom CSS class to the Modal backdrop by simply adding the attribute:
data-modal-backdrop-custom
to the modal element (DIV)
Ex.:
<div data-modal-backdrop-custom="myCssClass"></div>