From 50668c91bcf0eeecabb5d58a2a253627c7399e1d Mon Sep 17 00:00:00 2001 From: IEduStu <125146135+IEduStu@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:04:38 +0000 Subject: [PATCH] fix: toast shadow was clipped --- src/App/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/styles.less b/src/App/styles.less index fbb138b46..bcd68a690 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -201,7 +201,8 @@ html { body { :global(#app) { .toasts-container { - padding: 0 1rem; + padding: 3rem; + margin: -3rem; } .tooltip-container {