Allow selecting of text by dragging the cursor over text

Closes #4209
This commit is contained in:
Jeffrey Fisher 2020-05-17 23:23:55 -07:00 committed by Sean Yesmunt
parent abe4e3a128
commit 2e407c1146

View file

@ -52,6 +52,7 @@
padding-right: var(--spacing-small);
padding-left: 2.5rem;
transition: all 0.2s;
-webkit-app-region: no-drag;
&:focus {
border-radius: var(--border-radius);