ariehen
2
The behavior here looks similar to this issue report:
I see this without any custom CSS using Page Preview:
As an aside, and this doesn’t seem to help the issue, but you could try using custom variables in adjusting the popover:
body {
--popover-height: 700px;
--popover-width: 700px;
}
1 Like