How do I prevent cart items from overlaying the writing above

How do I prevent cart items from going over the line as shown in the picture, above that line it should be filled with the cart drawer colour, covering what scrolls into it.

My website is cheffings.net

Easy fix – go to Theme settings-> Custom CSS. Paste this code:

cart-drawer-items thead {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
}

Before/After:



if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it

@lukafernada I think your issue is solved as it is looking fine on my screen