Write a Review button dropdown is cropped

Having this issue still! You can see the script on my homepage: https://familypiano.com/

1 Like

Welcome to the Community @Family_Piano :wave:

Unfortunately, the issue appeared again. I am so sorry!

Our devs are doing their best to fix the issue as soon as possible. As a temporary solution, I’ve added this code to the Custom CSS field on the Style tab of your widget’s settings:

@media (min-width: 500px) {
  .es-header-write-review-button-modal {
    left: unset;
    right: 0;
  }
}

Check it out and let me know if it helped :slightly_smiling_face:

Hi, thanks!

That moves the box inside the container which is good! However, it still cuts out at the bottom given the number of sources we have. Any way to introduce a scroll?

1 Like

Got it!

I’ve relayed your request to our devs. I’ll get back to you once I receive a response from them :slightly_smiling_face:

Thank you for waiting @Family_Piano

We’ve fixed the issue globally and everything should be working fine now. So, there is no need to use the CSS code from the previous message.

Please check your widget and let me know if you like what you see :slightly_smiling_face: