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
Yeah good catch, you shouldn't need to!importsnt override anything here.
That width:100% you pointed out though, should make the infinite load wrapper fill it's container, is that not the case in your design? What if you just wrapped this component in another div in your application and constrain that divs size?
Clear and concise description of the problem
This is a great library! But please don't make assumptions about styling components.
As an example, this line breaks my page layout
svelte-infinite/src/lib/InfiniteLoader.svelte
Lines 201 to 202 in 98d2cc2
Suggested solution
Do not apply any styles, let user figure it out. Also, would be great to expose
class
prop for wrapper elementsAlternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: