fix: Make the bubble text not selectable (#1294)
This commit is contained in:
parent
85738f6408
commit
84ce0a9054
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue