Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello all,
Does anyone know how to remove this extra space in dynamic panel ?
Solved! Go to Solution.
Hi @Velkumar,
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;
}
Hi @Velkumar,
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;
}
It worked on 9.0!
Thank you
I have given AnchorLocation: Left. When i added this css code, the space on the left side panel disappeared. But in my case, the space on right side of panel should be disappeared. What should i alter in this css code?
Actually this CSS makes all side to disappear not particular to left or right