Update horizontal-scroll-snap.md
This commit is contained in:
@ -33,6 +33,7 @@ Creates a horizontally scrollable container that will snap on elements when scro
|
||||
gap: 1rem;
|
||||
height: calc(180px + 1rem);
|
||||
padding: 1rem;
|
||||
max-width: 480px;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior-x: contain;
|
||||
scroll-snap-type: x mandatory;
|
||||
|
||||
Reference in New Issue
Block a user