Is it just me or ever since the new Shopify Edition update, the Shopify admin page just would not display correctly on the Arc Browser. Like 30% of the right is cut off.
Not sure if this is a Shopify issue or Arc issue, since every other website works fine on Arc.
Hi, I experienced the same issue.
To resolve it, I used a plugin that allows adding custom CSS specifically for the admin.shopify.com domain.
The plugin I used is called Stylebot.
Here’s how to fix the issue:
- Install the Stylebot extension.
- Navigate to admin.shopify.com and open Stylebot by clicking on the plugin icon.
- Click on “Open Stylebot” and add the following CSS code:
div.Polaris-Frame__Scrollable {
width: 100%;
}
Let me know if you need further assistance!