Skip to content

Commit 3bdc5e9

Browse files
authored
Merge pull request #556 from AppQuality/UN-648-fix-button-delete-use-case-unscrollable
fix(modalUseCase): add pb and mb-auto to BodyScrollingContainer
2 parents fb2fd14 + fbee387 commit 3bdc5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/ExpressWizard/steps/express-4/ModalUseCase/modalUseCase.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ const PullLeft = styled.div`
8888
`;
8989

9090
const BodyScrollingContainer = styled(ScrollingContainer)`
91-
padding-bottom: ${({ theme }) => theme.space.xl};
91+
padding-bottom: calc(2.5 * ${({ theme }) => theme.space.xxl});
92+
margin-bottom: auto;
9293
9394
::-webkit-scrollbar {
9495
background-color: transparent;

0 commit comments

Comments
 (0)