blob: 4b311c3d02161ae6ab4f9e61d97e1dbed57cc7bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.spotlight-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50dvh;
pointer-events: none;
overflow: hidden;
}
.spotlight-container canvas {
display: block;
width: 100%;
height: 100%;
}
|