返回 presentation-ai
overlay-layers.ts
根目录 / src / components / presentation / overlay-layers.ts
1 export const PRESENTATION_PORTAL_OVERLAY_CLASS = "z-[1000000]";
2 export const PRESENTATION_PORTAL_CONTENT_CLASS = "z-[1000001]";
3
3 lines TYPESCRIPT