We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8ee7 commit 6fff806Copy full SHA for 6fff806
apps/react-storybook/stories/chat/Chat.stories.tsx
@@ -349,6 +349,7 @@ export const PopupIntegration: Story = {
349
at: 'right bottom',
350
offset: '-20 -20',
351
}}
352
+ wrapperAttr={{ class: 'chat-popup-wrapper' }}
353
>
354
<Chat
355
width={width}
apps/react-storybook/stories/chat/styles.css
@@ -1,7 +1,7 @@
1
-.dx-popup-wrapper .dx-popup-content {
+.chat-popup-wrapper .dx-popup-content {
2
padding: 0;
3
}
4
5
-.dx-popup-wrapper .dx-chat {
+.chat-popup-wrapper .dx-chat {
6
border: none;
7
0 commit comments