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 want to add padding to the first item of the list, or fake it somehow, but bottom line is that I want to avoid clipping like this
In android I would do that with clipToPadding false, but I wasn't able to find alternative for css. I thought of maybe targeting the first child of the list, but the the list is nested multiple times. Any ideas?
The text was updated successfully, but these errors were encountered:
Do you only want to add padding to the very first row?
Then my approach would be to modify the VirtualList.svelte and use the class directive to add the padding to the row
I want to add padding to the first item of the list, or fake it somehow, but bottom line is that I want to avoid clipping like this
In android I would do that with clipToPadding false, but I wasn't able to find alternative for css. I thought of maybe targeting the first child of the list, but the the list is nested multiple times. Any ideas?
The text was updated successfully, but these errors were encountered: