Skip to main content

GLASS

Constant GLASS 

Source
const GLASS: &str = "pointer-events-auto absolute z-24 flex items-center gap-0.5 rounded-[14px] \
     bg-white/95 p-[5px] shadow-lg ring-1 ring-zinc-950/5 backdrop-blur-xl \
     dark:bg-zinc-800/95 dark:ring-white/10";
Expand description

The bar’s own shell: floating chrome, so a shadow and a large radius.