From 58a4ba285389e45276df49a0b4a3412daa95e92c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 9 Sep 2021 13:24:32 -0400 Subject: [PATCH] fix(modal): sheet modal handle is now positioned correctly (#23901) --- core/src/components/modal/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/modal/modal.scss b/core/src/components/modal/modal.scss index 8a1a58a330..80f9284774 100644 --- a/core/src/components/modal/modal.scss +++ b/core/src/components/modal/modal.scss @@ -112,7 +112,7 @@ // -------------------------------------------------- .modal-handle { - @include position(14px, 0px, null, 0px); + @include position(5px, 0px, null, 0px); @include border-radius(8px, 8px, 8px, 8px); @include margin(null, auto, null, auto);