Any Arc users using Shopify?

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:

  1. Install the Stylebot extension.
  2. Navigate to admin.shopify.com and open Stylebot by clicking on the plugin icon.
  3. Click on “Open Stylebot” and add the following CSS code:
div.Polaris-Frame__Scrollable {
  width: 100%;
}

Let me know if you need further assistance!