How is the frosted glass effect of the HTML version of demo55 achieved, which is not mentioned in the document!
Hi,
We used the CSS blur technique as explained here.
It's set in src/sass/layout/_variables.custom.scss
via the below SASS variables:
$app-header-minimize-backdrop-filter: blur(6px);
$app-header-minimize-backdrop-filter-mobile: blur(6px);