Files
web/components/Modal/Overlay/overlay.module.css
2024-04-12 16:25:52 +02:00

9 lines
134 B
CSS

.overlay {
background-color: rgba(0, 0, 0, 0.3);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}