Prevent text selection of overlay

This commit is contained in:
Max Goodhart
2020-06-16 15:07:42 -07:00
parent ba794aa117
commit d7de7a0ca4

View File

@@ -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`