We configured it with the following CSS:
@media(max-width: 500px){
.global-styles, [class^="WidgetBackground__Container"], [class^="Popup__PopupCloseInsideInner-sc"] {
transform: scale(0.9);
}
.global-styles, [class^="Popup__PopupCloseInsideInner-sc"] {
top:30px;
right: 20px;
}
}
It’d be nice if we could do it directly in the settings. Thanks!