fix: Make the bubble text not selectable (#1294)

This commit is contained in:
Nico385412
2020-10-30 07:36:51 +01:00
committed by GitHub
parent 85738f6408
commit 84ce0a9054

View File

@@ -30,6 +30,7 @@ export const SDK_CSS = `.woot-widget-holder {
position: fixed; position: fixed;
width: 64px !important; width: 64px !important;
z-index: 2147483000 !important; z-index: 2147483000 !important;
user-select: none;
} }
.woot-widget-bubble.woot-widget--expanded { .woot-widget-bubble.woot-widget--expanded {