Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 209a0ed

Browse files
Update style-props.mdx
Fix `overflowX` and `overflowY` to match the correct `overflow-*` css props
1 parent 50aa8ca commit 209a0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/styled-system/style-props.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ import { Box } from "@chakra-ui/react"
172172
| `boxSize` | `width`, `height` | `sizes` |
173173
| `verticalAlign` | `vertical-align` | none |
174174
| `overflow` | `overflow` | none |
175-
| `overflowX` | `overflowX` | none |
176-
| `overflowY` | `overflowY` | none |
175+
| `overflowX` | `overflow-x` | none |
176+
| `overflowY` | `overflow-y` | none |
177177

178178
### Flexbox
179179

0 commit comments

Comments
 (0)