Quantcast
Channel: Pale Moon forum
Viewing all articles
Browse latest Browse all 3226

Web Compatibility Support • Re: https://www.wolftoothcomponents.com/ rendering weirdly

$
0
0
It's because they calculate the "rounded corners" of the page with clamp() in CSS (which we don't yet support)

CODE:

--border-radius: clamp(var(--sp-4), 1.578vw, var(--sp-7d5));--border-radius-medium: calc(clamp(1em, 1.7vw, 1.7em)*1.2) ;--border-radius-small: calc(clamp(1em, 1.7vw, 1.7em)/2) ;


Viewing all articles
Browse latest Browse all 3226

Trending Articles