style: make sure sideBar bottom padding is on scrollable content, not container
This commit is contained in:
@@ -72,7 +72,6 @@ const SidebarContainer =
|
||||
`
|
||||
${scrollableContainerStyles}
|
||||
padding-top: 27px;
|
||||
padding-bottom: 100px;
|
||||
padding-left: ${SIDEBAR_PADDING}px;
|
||||
padding-right: ${SIDEBAR_PADDING}px;
|
||||
overflow: hidden;
|
||||
@@ -163,7 +162,9 @@ export class DevelopersPage extends React.Component<DevelopersPageProps, Develop
|
||||
</Container>
|
||||
</Container>
|
||||
<SidebarContainer onWheel={this._throttledSidebarScrolling}>
|
||||
{this.props.screenWidth !== ScreenWidths.Sm && this.props.sidebar}
|
||||
<Container paddingBottom="100px">
|
||||
{this.props.screenWidth !== ScreenWidths.Sm && this.props.sidebar}
|
||||
</Container>
|
||||
</SidebarContainer>
|
||||
</Container>
|
||||
<Container
|
||||
|
Reference in New Issue
Block a user