9 lines
134 B
CSS
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;
|
|
} |