BotFramework-WebChat
BotFramework-WebChat copied to clipboard
Set shadows to the chat bubbles
Is your feature request related to a problem?
I can't set the shadow styles to the bubble / or bubble from the user.
Describe the suggestion or request in detail
Having the option to set the border style as if we use "box-shadow" attribute.
Describe alternatives you have considered
No response
Additional context
No response
@eelshorbagy - Thank you for your feature request. This will be reviewed for consideration on a future release. At this time, there is no ETA available.
As a workaround, you could apply the CSS rule directly on the DOM. However, it isn't considered a best practice as elements, ids, classes, etc., could change in a future release resulting a break. It also isn't advised because of how React interacts with the DOM. But it is also sometimes necessary.