Skip to content

Commit

Permalink
Merge pull request #2345 from marmelab/fix-rich-text-tooltip
Browse files Browse the repository at this point in the history
[RFR] Fix RichTextInput link tooltip z-index
  • Loading branch information
Gildas Garcia authored Sep 21, 2018
2 parents ee4764f + cea0749 commit 58a6684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-input-rich-text/src/QuillSnowStylesheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ export default {
color: '#444',
padding: '5px 12px',
whiteSpace: 'nowrap',
zIndex: 1,
},
'.ql-snow .ql-tooltip a': {
cursor: 'pointer',
Expand Down

0 comments on commit 58a6684

Please sign in to comment.