mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
fix: Make the bubble text not selectable (#1294)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user