From af8e43c2792129f190aafca0d55922e61ebf9d5c Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Wed, 9 Nov 2022 18:05:46 +0300 Subject: [PATCH] fix: #1308 --- src/components/unstyled/stack.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/unstyled/stack.css b/src/components/unstyled/stack.css index e8158e671d6..05851de01a6 100644 --- a/src/components/unstyled/stack.css +++ b/src/components/unstyled/stack.css @@ -4,11 +4,11 @@ @apply col-start-1 row-start-1; } & > * { - transform: translateY(1rem) scale(0.9); + transform: translateY(10%) scale(0.9); z-index: 1; } & > *:nth-child(2) { - transform: translateY(0.5rem) scale(0.95); + transform: translateY(5%) scale(0.95); z-index: 2; } & > *:nth-child(1) {