-
I am trying to use the grid system but I observed some weird behaviour. The below code produces a perfectly split screen.
```
…
-
Hi @vaheqelyan ,
First of all congratulations on an excellent library. Just wanted to know what are the future plans for this ?
-
### Describe the bug
Using each with an array of limited size that quickly changes its elements (cyclic buffer) causes a memory leak with thousands of detached elements (1 per array item deleted).
…
-
@mathisonian can you see if you can get the `thead` or `th` to be sticky and always shown when scrolling on the example table?
Relevant code is here: ac785ccc323aedd2c27b2d94cefac7387624b3ff
I w…
-
I am using a scroller for reaction on item overflow the Grid component.
When the item overflows the y-axis, the scroller works fine but when the item overflows the x-axis, it does nothing.
Is the b…
-
### Which component is affected?
frontend
### Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
On a self-hosted instance
### How can the issue be reproduced?
From a fresh clone,…
-
Hi @janosh, thanks for making this!
Have you ever tried implementing this with a virtual list library, to make a kind of scrollable "infinite-bricks" UI? I was wondering if you can recommend one tha…
-
When the drop placeholder is different than the item, specifically its height, bad behavior occurs, dnd becomes unresponsive (or calculations break).
Usecase: I want different drop shadow (placeho…
-
Hi! XD
Made a REPL animating `grid-row` on 3 elements...
https://svelte.dev/repl/41f41bce444c4c52b771ba66d7043c19?version=3.48
...and it works pretty well, except that when the animation is o…
-
Hi,
According to the docs (https://svelte-materialify.vercel.app/components/material-app/) I should use `` to avoid using the provided typography styles.
However, this does not work for me. The …