misc_pterodactyl-panel/resources/scripts/components/elements/dialog/dialog.module.css

8 lines
122 B
CSS
Raw Normal View History

.wrapper {
@apply fixed z-10 inset-0 overflow-y-auto;
}
.overlay {
@apply fixed inset-0 bg-neutral-900 opacity-75;
}