Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 0bb83c9

Browse files
Kerumenrakannimer
authored andcommitted
style(gatsby-theme-docz): remove deprecation warning for grid (#1200)
1 parent d98ca45 commit 0bb83c9

File tree

1 file changed

+1
-1
lines changed
  • core/gatsby-theme-docz/src/components/Layout

1 file changed

+1
-1
lines changed

core/gatsby-theme-docz/src/components/Layout/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { media } from '~theme/breakpoints'
33
export const main = {
44
display: 'flex',
55
flexDirection: 'column',
6+
height: '100vh',
67
}
78

89
export const wrapper = {
910
py: 0,
1011
flex: 1,
1112
display: 'grid',
12-
gridTemplateRows: '100%',
1313
gridTemplateColumns: '250px 1fr',
1414
[media.tablet]: {
1515
display: 'block',

0 commit comments

Comments
 (0)