fix: set the min width to allow all content to load with a scroll (#24827)
This commit is contained in:
parent
38ab322479
commit
bdcfdfc22a
|
|
@ -18,7 +18,8 @@ const LandingPageWrapper = styled.div`
|
|||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
margin: 0 auto;
|
||||
overflow-y: auto;
|
||||
overflow: auto;
|
||||
min-width: 800px;
|
||||
`;
|
||||
|
||||
const LandingPageContent = styled.div`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user