You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the product or collection dashboard, there's a large part of the screen that it's not visible.
Expected behavior
I should be able to see the whole width of the dashboard, including the search icons, create collection, add product, etc; buttons.
Actual behavior
I'm not able to see the right side of the dashboard page in Products or Collections, making it impossible for me to Add Products, Create Collections, or search for any of them.
I'm forced to open the Inspector and either change the screen to mobile version or manually change the class that it's causing the issue.
This only happens on Chrome, while in Safari I can see the full screen.
The issue comes from a CSS property on the .Polaris-Frame__Scrollable class that is set to 100vh. If it's changed to 100% it should be fixed.
Steps to reproduce
Open Chrome
Go to the Shopify Admin
Click on Products or Collections
The right side of the screen is cropped and not all buttons are visible
Are you using React components?
None
Polaris version number
No response
Browser
Chrome Version 128.0.6613.120 (Official Build) (arm64)
Device
Macbook Air M2
The text was updated successfully, but these errors were encountered:
Summary
When viewing the product or collection dashboard, there's a large part of the screen that it's not visible.
Expected behavior
I should be able to see the whole width of the dashboard, including the search icons, create collection, add product, etc; buttons.
Actual behavior
I'm not able to see the right side of the dashboard page in Products or Collections, making it impossible for me to Add Products, Create Collections, or search for any of them.
I'm forced to open the Inspector and either change the screen to mobile version or manually change the class that it's causing the issue.
This only happens on Chrome, while in Safari I can see the full screen.
The issue comes from a CSS property on the
.Polaris-Frame__Scrollable
class that is set to 100vh. If it's changed to 100% it should be fixed.Steps to reproduce
Are you using React components?
None
Polaris version number
No response
Browser
Chrome Version 128.0.6613.120 (Official Build) (arm64)
Device
Macbook Air M2
The text was updated successfully, but these errors were encountered: