05.03.2025, 09:11
Try this CSS, adjust plan IDs as needed. Some features like backgrounds won't work correctly.
Code:
.layers {
overflow-y: auto;
}
#plan-2,
#plan-3 {
transform: none !important;
margin: 0 auto !important;
position: relative !important;
top: auto !important;
left: auto !important;
}