You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding snap points and scrolling.
Currently, when the snap points are set to 148px, 355px, and 1, the drawer is displayed for each. However, I want to show all the content through scrolling for each snap point, but it seems that the current vaul does not provide this functionality.
From the examples, it appears that only when the snap point is set to 1, the overflow-y-auto is applied.
So, I am curious whether the original intention was to show the entire area and the overflow area through scrolling only when the snap point is 1, and in other cases, to display only the UI as planned or designed.
I want to show "all" the elements in the content based on the height of each snap point, and I am wondering if this functionality is not provided or if it is the intention of the UI library.
Additionally, I would like to know if there are plans to provide a scroll feature that shows the elements in the content based on the height of each snap point.
Here is an example of the functionality I want to achieve:
I have a question regarding snap points and scrolling.
Currently, when the snap points are set to 148px, 355px, and 1, the drawer is displayed for each. However, I want to show all the content through scrolling for each snap point, but it seems that the current vaul does not provide this functionality.
From the examples, it appears that only when the snap point is set to 1, the overflow-y-auto is applied.
So, I am curious whether the original intention was to show the entire area and the overflow area through scrolling only when the snap point is 1, and in other cases, to display only the UI as planned or designed.
I want to show "all" the elements in the content based on the height of each snap point, and I am wondering if this functionality is not provided or if it is the intention of the UI library.
Additionally, I would like to know if there are plans to provide a scroll feature that shows the elements in the content based on the height of each snap point.
Here is an example of the functionality I want to achieve:
Problem UI
If there are 10 boxes in total and snap is not full, the entire element is not visible when scrolling
![Image](https://private-user-images.githubusercontent.com/45627868/409325922-914134aa-0b3e-4d67-b2de-e6da8a64f4b9.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5ODAwNTgsIm5iZiI6MTczOTk3OTc1OCwicGF0aCI6Ii80NTYyNzg2OC80MDkzMjU5MjItOTE0MTM0YWEtMGIzZS00ZDY3LWIyZGUtZTZkYThhNjRmNGI5LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDE1NDIzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiZTIwYjk2ZTllMWY1NjAwZDA5Mzk5YTAwMTcwOGRmYzJkMDFkYzBkZmRmYjQ3NTY4Yzc3YzRkZjBiY2I0MTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0sfc5TlQUvgeFrxWg3YKLN9HfaWVZncK3vFoK6Ul194)
The text was updated successfully, but these errors were encountered: