artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

Notification position is wrong when used in iframe #121

Open WebDevM4DC opened 1 year ago

WebDevM4DC commented 1 year ago

As the title says, when you use the file manager inside an iframe, each notification goes on the bottom of the frame which is not really visible.

manager.html.twig:

                placement: {
                    from: "top",
                    align: "right"
                },

Thanks

WebDevM4DC commented 1 year ago

Also, "remarkable-bootstrap-notify" has not been updated in 8 years... perhaps it would be time to simply show bootstrap toasts.