From 84ce0a9054494c0ea96a2239880132134c88e46c Mon Sep 17 00:00:00 2001 From: Nico385412 Date: Fri, 30 Oct 2020 07:36:51 +0100 Subject: [PATCH] fix: Make the bubble text not selectable (#1294) --- app/javascript/sdk/sdk.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/sdk/sdk.js b/app/javascript/sdk/sdk.js index e5ea385e5..aeb3d41db 100644 --- a/app/javascript/sdk/sdk.js +++ b/app/javascript/sdk/sdk.js @@ -30,6 +30,7 @@ export const SDK_CSS = `.woot-widget-holder { position: fixed; width: 64px !important; z-index: 2147483000 !important; + user-select: none; } .woot-widget-bubble.woot-widget--expanded {