awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
272 stars 73 forks source link

Tippy z-index above filament modal #187

Closed MichaelMdp closed 11 months ago

MichaelMdp commented 11 months ago

Filament Version

v3.0.73

Plugin Version

v3.0.2

PHP Version

8.1.16

Problem description

when you select text and click the 'add link' button from the tippy tooltip, the tooltip is visualized above the filament modal.

image

Expected behavior

The filament modal is above the tippy tooltip.

Steps to reproduce

Reproduction repository

No response

Relevant log output

No response

awcodes commented 11 months ago

I'll see if I can do anything about it, but that z-index is getting set by tippy itself and not the plugin.

awcodes commented 11 months ago

Looks like you didn't follow all the steps in the README about using a custom theme with the plugin. I can tell from the blue outline on the buttons. :)

https://github.com/awcodes/filament-tiptap-editor/assets/3596800/559a568d-73d5-4155-a7d1-d390ba5462b2

MichaelMdp commented 11 months ago

My bad, sorry, I used the wrong url in my tailwind.config.js All working fine now, thanks for pointing this out.