diff --git a/src/components/TitleBar.tsx b/src/components/TitleBar.tsx index 12c3927608..e2f4dc391b 100644 --- a/src/components/TitleBar.tsx +++ b/src/components/TitleBar.tsx @@ -20,6 +20,8 @@ const TitleBarContainer = styled.div` const TitleText = styled.div` font-weight: normal; letter-spacing: 0.5px; + user-select: text; + cursor: text; `; const BuildInfo = styled.div`