When uploading multiple images in the panel, the .filepond--root of the Uploader component gets a fixed height (probably inserted via JavaScript). This fixed height is wrong, since it causes files below the first one to be hidden.
Expected behavior
It should show the previews for each uploaded image.
Steps to reproduce
Install the plugin.
Set the Filament Tip Tap Editor Media Action to use Curator.
Filament Version
v3.1.6
Plugin Version
3.x-dev
PHP Version
Php 8.2
Problem description
When uploading multiple images in the panel, the
.filepond--root
of theUploader
component gets a fixed height (probably inserted via JavaScript). This fixed height is wrong, since it causes files below the first one to be hidden.Expected behavior
It should show the previews for each uploaded image.
Steps to reproduce
Reproduction repository
No response
Relevant log output
No response