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}
|
||||
sandbox="allow-scripts allow-same-origin"
|
||||
allow="autoplay"
|
||||
scrolling="no"
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
@@ -100,6 +100,7 @@ function Overlay({
|
||||
src={s.link}
|
||||
sandbox="allow-scripts allow-same-origin"
|
||||
allow="autoplay"
|
||||
scrolling="no"
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user