Help me please, I don’t understand what could be the problem.
So here is CSS Grid, it have 3 columns, on landscape it must be 2 columns. It’s works, but if I try hover on one column the glitch effect appears. Tell me, where does the third column come from when hover?
This is a common bug by now. Should be sorted in the next grid update. Until then, this is caused by grid elements that have ended up in what’s called a ‘non-existing grid track’. Finding those elements and manually changing their placing should fix it.
You mean now its really fix this bug? If so, can you show how? I try rebuild this grid, and manually (numeric) change elements position, but see same buggy result.