Fixed spelling of display value

Fixed a spelling mistake from 'display: gird' to 'display: grid'
This commit is contained in:
Rahul Patil
2021-09-01 21:02:30 +05:30
committed by GitHub
parent 99b8537024
commit b2708670ff

View File

@ -7,7 +7,7 @@ lastUpdated: 2020-08-18T14:25:46+03:00
Creates a scrollable container that will snap on elements when scrolling.
- Use `display: gird` and `grid-auto-flow: row` to create a vertical layout.
- Use `display: grid` and `grid-auto-flow: row` to create a vertical layout.
- Use `scroll-snap-type: y mandatory` and `overscroll-behavior-y: contain` to create a snap effect on vertical scroll.
- You can use `scroll-snap-align` with either `start`, `stop` or `center` to change the snap alignment.