Answers for "Plumsail To change the modal popup window size you can try injecting the CSS to the SharePoint list view page"

0

Plumsail To change the modal popup window size you can try injecting the CSS to the SharePoint list view page

div.od-Dialog-main {
	width: 900px !important;
	height: 900px !important;
}

.od-Dialog-main--lg {
	width: 900px !important;
	max-width: 1000px !important;
}
Posted by: Guest on May-03-2022

Code answers related to "Plumsail To change the modal popup window size you can try injecting the CSS to the SharePoint list view page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language