How do I make the scroll button not close to the writing in my cart drawer

My website is cheffings.net

I just want to make it so this scroll bar is moved further to the right so that it is not this close to the writing. Thank you

Hi there,

To resolve this issue, you simply need to add some padding to the right side of the text. Update your .cart-drawer-items CSS class by adding appropriate right-side padding.

Go to Theme Settings-> Custom CSS and add this code:

cart-drawer-items {
  padding-right: 1rem;
}

Before/After:

\


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