mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Hide scrollbars for web views
This commit is contained in:
@@ -149,6 +149,15 @@ const viewStateMachine = Machine(
|
|||||||
`,
|
`,
|
||||||
{ cssOrigin: 'user' },
|
{ cssOrigin: 'user' },
|
||||||
)
|
)
|
||||||
|
} else if (content.kind === 'web') {
|
||||||
|
wc.insertCSS(
|
||||||
|
`
|
||||||
|
html, body {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
{ cssOrigin: 'user' },
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
startVideo: async (context, event) => {
|
startVideo: async (context, event) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user