Skip to main content

MENU

Constant MENU 

Source
pub const MENU: &str = "absolute left-0 top-full z-50 mt-2 min-w-52 rounded-2xl bg-white p-1.5 \
     shadow-lg ring-1 ring-zinc-950/5 dark:bg-zinc-800 dark:ring-white/10 \
     data-[state=closed]:hidden";
Expand description

How a menu’s own sheet is drawn: floating chrome, so a shadow and a large radius, against the docked strip’s flat square.