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

This commit is contained in:
Nico385412
2020-10-30 12:06:51 +05:30
committed by GitHub
parent 85738f6408
commit 84ce0a9054
+1
View File
@@ -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 {