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);