We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf735c commit 40c9323Copy full SHA for 40c9323
1 file changed
index.js
@@ -9,6 +9,9 @@ const containerStyles = {
9
height: '450px',
10
display: 'none',
11
bottom: '85px',
12
+ zIndex: 100000,
13
+ wordWrap: 'break-word',
14
+ overflowWrap: 'break-word',
15
right: '20px',
16
marginLeft: '15px',
17
backgroundColor: '#fff',
@@ -23,6 +26,7 @@ const floatButtonStyles = {
23
26
border: 'none',
24
27
height: '35px',
25
28
bottom: '40px',
29
30
right: '15px',
31
backgroundColor: '#d4ebf2',
32
color: '#fff',
0 commit comments