Hi all,
Being inspired by above posts, I checked whether the HTML, created inside Service Studio, gets some class like "servicestudio" (like "desktop" or 'tablet" when run in a browser) . So, the following rule:
@media (max-height: 800px) {
:root { ....
I've extended this way:
@media (max-height: 800px) :not(.servicestudio) {
:root { ....
And it works!
Thanks for the inspiration.
Regards
Tomasz