Skip to content

Commit 40c9323

Browse files
committed
fix(index.js): newline long word and change zIndex to keep drawer on top
1 parent eaf735c commit 40c9323

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const containerStyles = {
99
height: '450px',
1010
display: 'none',
1111
bottom: '85px',
12+
zIndex: 100000,
13+
wordWrap: 'break-word',
14+
overflowWrap: 'break-word',
1215
right: '20px',
1316
marginLeft: '15px',
1417
backgroundColor: '#fff',
@@ -23,6 +26,7 @@ const floatButtonStyles = {
2326
border: 'none',
2427
height: '35px',
2528
bottom: '40px',
29+
zIndex: 100000,
2630
right: '15px',
2731
backgroundColor: '#d4ebf2',
2832
color: '#fff',

0 commit comments

Comments
 (0)