We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373d3fb commit 2d93cc6Copy full SHA for 2d93cc6
packages/streamwall/src/renderer/background.tsx
@@ -23,6 +23,7 @@ function Background({ streams }: { streams: StreamList }) {
23
src={s.link}
24
sandbox="allow-scripts allow-same-origin"
25
allow="autoplay"
26
+ scrolling="no"
27
/>
28
))}
29
</div>
packages/streamwall/src/renderer/overlay.tsx
@@ -100,6 +100,7 @@ function Overlay({
100
101
102
103
104
105
106
0 commit comments