mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-07 19:59:14 -04:00
fix(authModals): enable overlay layer for for auth popups
This commit is contained in:
@@ -15,6 +15,7 @@ DankModal {
|
|||||||
|
|
||||||
shouldBeVisible: false
|
shouldBeVisible: false
|
||||||
allowStacking: true
|
allowStacking: true
|
||||||
|
useOverlayLayer: true
|
||||||
modalWidth: 420
|
modalWidth: 420
|
||||||
modalHeight: contentLoader.item ? contentLoader.item.implicitHeight + Theme.spacingM * 2 : 200
|
modalHeight: contentLoader.item ? contentLoader.item.implicitHeight + Theme.spacingM * 2 : 200
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ DankModal {
|
|||||||
closeOnEscapeKey: true
|
closeOnEscapeKey: true
|
||||||
closeOnBackgroundClick: true
|
closeOnBackgroundClick: true
|
||||||
allowStacking: true
|
allowStacking: true
|
||||||
|
useOverlayLayer: true
|
||||||
keepPopoutsOpen: true
|
keepPopoutsOpen: true
|
||||||
|
|
||||||
onBackgroundClicked: close()
|
onBackgroundClicked: close()
|
||||||
|
|||||||
Reference in New Issue
Block a user