Solved
How to remove extra space in dynamic panel widget
Hello all,
Does anyone know how to remove this extra space in dynamic panel ?

Hello all,
Does anyone know how to remove this extra space in dynamic panel ?

Hi
Depending on your ThingWorx Platform version, the following CSS might not work, but have a try adding below code to your Mashup's CustomCSS
ptcs-dynamic-panel::part(panel-wrapper) {
position: unset;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.