mirror of
https://github.com/langgenius/dify.git
synced 2026-08-29 19:54:46 +08:00
Remove z-index tokens from tailwind config. With root `isolation: isolate`, portaled overlays naturally sit above app content via DOM order. - Tooltip / Popover / Dropdown: no z-index needed - Dialog: z-50 (modal must cover non-modal portals) - Toast: z-[99] (always on top, defined in toast component) |
||
|---|---|---|
| .. | ||
| dialog | ||
| dropdown-menu | ||
| popover | ||
| select | ||
| tooltip | ||
| placement.ts | ||