Skip to main content
15-Moonstone
March 23, 2020
Solved

Popup shadow

  • March 23, 2020
  • 1 reply
  • 1604 views

There is a shadow background of popup.Any options to disable it as It effects the look of UI?

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

raluca_edu
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