Hello,
You need to find the css for your VM lightbox and look for these entries:
#lbOverlay {
background-color:#000000;
cursor:pointer;
left:0;
position:absolute;
width:100%;
z-index:1000; <---Add this line
}
#lbCenter, #lbBottomContainer {
background-color:#FFFFFF;
left:50%;
overflow:hidden;
position:absolute;
z-index:1000; <---Add this line
}
Hey mike,