Hello,
We've noticed in the last version of Guru the modal window containing the class no longer covers the whole screen. There is a weird border around it, that allow to see the page underneath.
https://ibb.co/pfspj2d
How can this be fixed?
Thank you.
Best, Roger.
Hi rogermont, You can use the following CSS code:
@media (min-width: 1200px) { .guru-modal { width: 100%; top: 0; } }
Got it, thank you Dominic!