Hi,
There is indeed a small visible flash there. I’m not sure if it’s because of an inherent style or it is indeed a bug, I will investigate it in more detail on the test servers.
Anyways, I believe this custom CSS should get rid off it for now:
[html].asp_m_1 {
position: relative !important;
}
.asp_m_1 .probox .promagnifier {
position: absolute !important;
right: 0 !important;
}
.asp_m_1,
.asp_m_1 .probox {
min-width: 40px !important;
}[/html]