mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +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;
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user