jantinnerezo / livewire-alert

SweetAlert2 wrapper for Livewire
https://livewire-alert.jantinnerezo.com
MIT License
682 stars 73 forks source link

blur background #134

Open foxkyo opened 7 months ago

foxkyo commented 7 months ago

how to blur background when alert?

https://sweetalert2.github.io/recipe-gallery/blurred-backdrop.html

add css still not work.

ISNewton commented 7 months ago

Hi @foxkyo , This has nothing to do with livewire-alert , as implemented in sandbox you must add these css styles : body.swal2-shown > [aria-hidden='true'] { transition: 0.1s filter; filter: blur(3px);