8 lines
122 B
CSS
8 lines
122 B
CSS
|
.wrapper {
|
||
|
@apply fixed z-10 inset-0 overflow-y-auto;
|
||
|
}
|
||
|
|
||
|
.overlay {
|
||
|
@apply fixed inset-0 bg-neutral-900 opacity-75;
|
||
|
}
|