1👍
✅
The problem is modal focus, so if you review the documentation https://getbootstrap.com/docs/5.3/components/modal/#options in options there’s a definition for the focus. So at the end you just need to add data-bs-focus="false" to your modal definition.
…
Source:stackexchange.com