8000
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 06936e0 commit 378239fCopy full SHA for 378239f D089
lib/ChatBotContainer.jsx
@@ -10,7 +10,7 @@ const ChatBotContainer = styled.div`
10
position: ${props => props.floating ? 'fixed' : 'relative'};
11
bottom: ${props => props.floating ? '32px' : 'initial'};
12
right: ${props => props.floating ? '32px' : 'initial'};
13
- width: ${props => props.width };
+ width: ${props => props.width};
14
z-index: 999;
15
transform: ${props => props.opened ? 'scale(1)' : 'scale(0)'};
16
transform-origin: bottom right;
0 commit comments