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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {