I experienced the same issue and used the CSS below to resolve the issue.
[data-interactions] {
visibility: hidden;
}
[data-interactions].brx-animated {
visibility: visible;
}
I experienced the same issue and used the CSS below to resolve the issue.
[data-interactions] {
visibility: hidden;
}
[data-interactions].brx-animated {
visibility: visible;
}