From 2e407c11468623109ee543823e06424ab7271db3 Mon Sep 17 00:00:00 2001 From: Jeffrey Fisher Date: Sun, 17 May 2020 23:23:55 -0700 Subject: [PATCH] Allow selecting of text by dragging the cursor over text Closes #4209 --- ui/scss/component/_wunderbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_wunderbar.scss b/ui/scss/component/_wunderbar.scss index 9ca575f55..329001bf2 100644 --- a/ui/scss/component/_wunderbar.scss +++ b/ui/scss/component/_wunderbar.scss @@ -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);