1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

fix(authModals): enable overlay layer for for auth popups

This commit is contained in:
purian23
2026-06-05 21:27:37 -04:00
parent 5716249bd9
commit 6c5836722a
2 changed files with 2 additions and 0 deletions
@@ -15,6 +15,7 @@ DankModal {
shouldBeVisible: false
allowStacking: true
useOverlayLayer: true
modalWidth: 420
modalHeight: contentLoader.item ? contentLoader.item.implicitHeight + Theme.spacingM * 2 : 200