mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Prevent text selection of overlay
This commit is contained in:
@@ -111,6 +111,7 @@ const SpaceBorder = styled.div.attrs((props) => ({
|
|||||||
isListening ? '0 0 10px red inset' : 'none'};
|
isListening ? '0 0 10px red inset' : 'none'};
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
user-select: none;
|
||||||
`
|
`
|
||||||
|
|
||||||
const StreamTitle = styled.div`
|
const StreamTitle = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user