From 57fc3bc263917ba310662daf20b324a63bb01236 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 30 Oct 2024 10:23:40 +0100 Subject: [PATCH] fix(BottomSheet): add bottom padding to container --- src/common/BottomSheet/BottomSheet.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/BottomSheet/BottomSheet.less b/src/common/BottomSheet/BottomSheet.less index 3a67cba33..e0d756477 100644 --- a/src/common/BottomSheet/BottomSheet.less +++ b/src/common/BottomSheet/BottomSheet.less @@ -35,6 +35,7 @@ display: flex; flex-direction: column; gap: 1.5rem; + padding-bottom: 1rem; border-radius: 2rem 2rem 0 0; background-color: var(--modal-background-color); box-shadow: var(--outer-glow);