Lovelace Flickering Unstable Unusable

Hello All
I’m having some trouble with my LoveLace Setup.
The view with media players or graph cards keep flickering so bad that it is impossible to click on a button. (see video link) This makes it unstable and unusable. It is also very hard to pinpoint the problem. Does anyone have an idea?
Personally I suspect the mini-graph card and/or the mini player.

The video to show the problem:
Lovelace flickering

Hereby the console report van chrome:

Please any help is welcome because I can’t use my lovelace for now.
Thanx

Issue & Solution:
https://github.com/thomasloven/lovelace-layout-card/issues/63

seems to be when you put a custom layout card in a vertical stack.

Dino-Tech commented 5 days ago

I just put the other layout cards inside of this instead of a vertical-stack:

- id: root_stack_0
  type: custom:layout-card
  layout: vertical
  column_num: 1
  max_width: [100%]

and seems to work fine as long as padding and margin is set to 0px