Files
ComfyUI-Model-Manager/src/style.css
hayden 4038e240f0 pref: optimize styles
Reduce the possibility of style pollution.
2024-11-11 14:21:52 +08:00

11 lines
150 B
CSS

@layer primevue, tailwind-utilities;
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
}
.comfy-modal {
z-index: 3000;
}