Skip to content

Commit

Permalink
Set explicit height on infinite scroll target (conda-incubator#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored May 13, 2024
1 parent 0526a09 commit 206a41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/StyledScrollContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { styled } from "@mui/system";
export const StyledScrollContainer = styled(Box, {
shouldForwardProp: prop => prop !== "styleType"
})<{ styleType?: string }>(({ theme: { palette } }) => ({
height: "100%",
overflowY: "scroll",
overflowX: "hidden",
paddingRight: "0px",
Expand Down

0 comments on commit 206a41b

Please sign in to comment.