WebchatWidget icon indicating copy to clipboard operation
WebchatWidget copied to clipboard

Docs: Image Gallery is missing [data-cognigy-webchat] to make it work

Open alexteusz opened this issue 2 years ago • 0 comments

Hey,

In order to make the .webchat-carousel-template-frame work, the [data-cognigy-webchat] must be added to the command:

* *webchat-carousel-template-frame*  
The frame that adds the "card styles" such as background-color or box-shadow.
```CSS
[data-cognigy-webchat-root] .webchat-carousel-template-frame {
  box-shadow: none;
}

working:

* *webchat-carousel-template-frame*  
The frame that adds the "card styles" such as background-color or box-shadow.
```CSS
[data-cognigy-webchat-root] [data-cogngiy-webchat] .webchat-carousel-template-frame {
  box-shadow: none;
}

alexteusz avatar Mar 11 '22 12:03 alexteusz