Unfortunately, the code for expanding the popup preview doesn’t work as expected for me. Heres how the popup looks:
The popup is of the expected size, but the content doesn’t fill it.
Here’s the code I’m using:
.popover.hover-popover {
transform: scale(0.8); /* makes the content smaller */
max-height: 900px; /* was 300 */
min-height: 800px;
width: 800px; /* was 400 */
}
I’m not using a custom theme, only code snippets and there isn’t any other redefinition of the popover elsewhere… at least that I’m aware of.
I’ve tried to investigate with the developer’s console, by I can’t have at the same time the popup and the pointer tool… maybe there’s a trick?
Thanks for your help.
Olivier :-{)