Modal Page Width
Does anybody have CSS code of adjusting modal page width in next gen apps?
This works fine in classic but is not working in next gen.
Any ideas greatly appreciated.
.kn-modal {
width: 90%;
max-width: 1200px;
}
Modal Page Width
Does anybody have CSS code of adjusting modal page width in next gen apps?
This works fine in classic but is not working in next gen.
Any ideas greatly appreciated.
.kn-modal {
width: 90%;
max-width: 1200px;
}