Skip to content

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

@alexteusz

Description

@alexteusz

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions