misc_pterodactyl-panel/resources/scripts/components/elements/dialog/dialog.module.css
2022-02-26 17:05:30 -05:00

7 lines
122 B
CSS

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