There is a shadow background of popup.Any options to disable it as It effects the look of UI?
Solved! Go to Solution.
Hi,
Try the following custom CSS in the mashup from where you open the popup:
.mashup-popup {
box-shadow: none !important;
border-style: solid !important;
}
Probably, you need to adjust the borders after removing the shadow.
Hope it helps,
Raluca Edu
Hi,
Try the following custom CSS in the mashup from where you open the popup:
.mashup-popup {
box-shadow: none !important;
border-style: solid !important;
}
Probably, you need to adjust the borders after removing the shadow.
Hope it helps,
Raluca Edu