It's because the entire body
for no real apparent reason (other than not making it work on some browsers? I mean, it makes zero sense to specify this on page-filling content...) has
clip-path: content-box CSS specified, which results in the entire website content being "clipped out".
Code: Select all
.css-wvKZk {
-webkit-clip-path: content-box;
clip-path: content-box;
margin: 0 auto;
max-width: var(--max-site-width);
}
Our behaviour differs from mainstream. We have an open issue for this to support a non-path clip-path (i.e. just a geometry box) in
Issue #2757 (UXP).
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite