mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-25 06:32:49 -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'};
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
`
|
||||
|
||||
const StreamTitle = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user