[SOLVED] Disable box shadow

Hey team, A simple one.

Is there any small css code i can put in myapp.css to disable box-shadow globally… on models and panels???

.panel-left {
 box-shadow: none !important;
}

This finally helped impove the speed of the app

1 Like