Seems like a browser bug specific issue that affects only Chrome.
You can add the following Custom CSS in Appearance > Customize to fix it:
.webkit .themify_builder_row {
backface-visibility: hidden;
}
Seems like a browser bug specific issue that affects only Chrome.
You can add the following Custom CSS in Appearance > Customize to fix it:
.webkit .themify_builder_row {
backface-visibility: hidden;
}