-
Hi, Has anyone used the awcodes/filament-curator with the filament-peek builder preview ? When I want to upload or choose an image from curator, the modal shows below the builder preview, thus making it unusable ? Any idea ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @mcube27, Maybe I overshot a little bit with the z-index for the preview modal. I'll consider changing it for the next major version. For now, you can add the following to your .filament-peek-modal {
z-index: 39;
} |
Beta Was this translation helpful? Give feedback.
-
Great it works like a charm |
Beta Was this translation helpful? Give feedback.
Hi @mcube27,
Maybe I overshot a little bit with the z-index for the preview modal. I'll consider changing it for the next major version.
For now, you can add the following to your
theme.css
: