We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2fd14 + fbee387 commit 3bdc5e9Copy full SHA for 3bdc5e9
src/pages/ExpressWizard/steps/express-4/ModalUseCase/modalUseCase.tsx
@@ -88,7 +88,8 @@ const PullLeft = styled.div`
88
`;
89
90
const BodyScrollingContainer = styled(ScrollingContainer)`
91
- padding-bottom: ${({ theme }) => theme.space.xl};
+ padding-bottom: calc(2.5 * ${({ theme }) => theme.space.xxl});
92
+ margin-bottom: auto;
93
94
::-webkit-scrollbar {
95
background-color: transparent;
0 commit comments