fix(app): stream overlay pointer events (#74)
This commit is contained in:
parent
d4c392cbf8
commit
37f676084c
@ -29,7 +29,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: rgb(0 0 0 / 0.7);
|
background-color: rgb(0 0 0 / 0.7);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
pointer-events: none;
|
pointer-events: auto;
|
||||||
border-radius: var(--radius-lg);
|
border-radius: var(--radius-lg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user