chore: fix css for DS view mode (#28755)

This commit is contained in:
Ayush Pahwa 2023-11-09 12:07:00 +07:00 committed by GitHub
parent 7721f703ec
commit af845cda74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export const ViewModeWrapper = styled.div`
padding: var(--ads-v2-spaces-7) 0;
gap: var(--ads-v2-spaces-4);
overflow: auto;
height: fit-content;
height: 100%;
width: 100%;
flex-shrink: 0;
`;