Merge pull request #226 from xionglong58/patch-2
The container 'horizontal-snap' will overflow on mobile phone.
This commit is contained in:
@ -34,7 +34,7 @@ Creates a horizontally scrollable container that will snap on elements when scro
|
||||
gap: 1rem;
|
||||
height: calc(180px + 1rem);
|
||||
padding: 1rem;
|
||||
width: 480px;
|
||||
max-width: 480px;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior-x: contain;
|
||||
scroll-snap-type: x mandatory;
|
||||
|
||||
Reference in New Issue
Block a user