From 8bb6df921ccd7a87e7e20c11feb236bc1d5caeec Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Mon, 28 Aug 2017 21:14:05 -0400 Subject: [PATCH] Disable selection on the frame. --- app/assets/css/launcher.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index e9a890b..519bbed 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -11,6 +11,7 @@ body { #frame_bar { -webkit-app-region: drag; + -webkit-user-select: none; background: rgba(1, 2, 1, 0.5); min-height: 22px; display: flex;