Shopify / shopify-app-bridge

https://shopify.dev/docs/api/app-bridge
86 stars 9 forks source link

Two vertical scrollbars on resourcePicker #189

Open ravirajparmar13 opened 1 year ago

ravirajparmar13 commented 1 year ago

Describe the bug

I have set a product resourcePicker from app bridge. If the product are more than 7 to 10 then there are two vertical scrollbar is showing. Also I am not using react. just plain js for this.

To Reproduce

Steps to reproduce the behaviour:

  1. import resourcePicker from appBridge
  2. create product resourcePicker.
  3. Make sure there are more than 10 product in store.
  4. dispatch resourcePicker on button click or something.

If applicable, add screenshots to help explain your problem. image

Expected behaviour

There should be a single scrollbar.

A clear and concise description of what you expected to happen.

Contextual information

Packages and versions

List the relevant packages you’re using, and their versions. For example:

Platform

Additional context

Maybe the issue is related to the embedded app and app bridge height mixing.