<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Blur bg for pop-ups */
html.system-curtain-active body &gt; *:not(#iPopStack):not(.system-curtain),
html.iPopActive body &gt; *:not(#iPopStack):not(.system-curtain) {
    /* If you set a filter:blur(0px) it corrupts position of other elemnts that are display:fixed */
    /* filter:none; */
    /* -o-filter:none; */
    /* -ms-filter:none; */
    /* -moz-filter:none; */
}
</pre></body></html>