Skip to content

Commit b779579

Browse files
committed
Fixed small problem with rows layout
1 parent ba3dcdf commit b779579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/lib/src/layout/ApplicationLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const BodyContainer = styled.div<{ hasSidenav?: boolean }>`
3131
3232
@media (max-width: ${responsiveSizes.medium}rem) {
3333
grid-template-columns: 1fr;
34+
grid-template-rows: auto 1fr;
3435
}
3536
`;
3637

0 commit comments

Comments
 (0)