We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3dcdf commit b779579Copy full SHA for b779579
1 file changed
packages/lib/src/layout/ApplicationLayout.tsx
@@ -31,6 +31,7 @@ const BodyContainer = styled.div<{ hasSidenav?: boolean }>`
31
32
@media (max-width: ${responsiveSizes.medium}rem) {
33
grid-template-columns: 1fr;
34
+ grid-template-rows: auto 1fr;
35
}
36
`;
37
0 commit comments