Have you tried using androidx's Popup() instead of Dialog()?
Because PopupProperties(dismissOnClickOutside = false) allows you to click outside the popup.