Skip to content

Commit cea0749

Browse files
committed
Fix RichTextInput link tooltip z-index
Closes #2125
1 parent ee4764f commit cea0749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-input-rich-text/src/QuillSnowStylesheet.js

+1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ export default {
425425
color: '#444',
426426
padding: '5px 12px',
427427
whiteSpace: 'nowrap',
428+
zIndex: 1,
428429
},
429430
'.ql-snow .ql-tooltip a': {
430431
cursor: 'pointer',

0 commit comments

Comments
 (0)