mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Prevent scrollbars in background/overlay iframes
This commit is contained in:
@@ -23,6 +23,7 @@ function Background({ streams }: { streams: StreamList }) {
|
|||||||
src={s.link}
|
src={s.link}
|
||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
allow="autoplay"
|
allow="autoplay"
|
||||||
|
scrolling="no"
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ function Overlay({
|
|||||||
src={s.link}
|
src={s.link}
|
||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
allow="autoplay"
|
allow="autoplay"
|
||||||
|
scrolling="no"
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user