BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Set shadows to the chat bubbles

Open eelshorbagy opened this issue 2 years ago • 1 comments

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 avatar Dec 13 '23 11:12 eelshorbagy

@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.

stevkan avatar Apr 25 '24 00:04 stevkan