Skip to main content
Best answer by 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

1 reply

17-Peridot
March 23, 2020

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