Not able to download complete data for Static Embedded Iframe

Download file in Embedded Iframe Reports is giving wrong output.

Exmaple: There are 176 rows of data when we are checking a Metabase Question and After downloading directly from Metabase Question it is giving the same output, means 176 rows of data.

But the same result in Embedded Download options is giving a different result. It was showing 176 rows in embedded Iframe, but after downloading, It was not showing all the rows in the downloaded file.

This seems a browser UI issue. Currently I am at 100% zoom level in the browser tab.
If I start zooming out in the embedded iframe tab, The rows of data start increasing.

Ideally, It should fetch the all rows of data while downloading from Metabase Question or Embedded Iframe reports.

I found this discussion related to my issue. But the resolution in this was to upgrade the Metabase to latest release at that time 0.44.2, But I am already running on 0.53.1

Related issue - Not able to download complete data in excel from iframe

Diagnostic Info -

{
  "browser-info": {
    "language": "en-GB",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "mongo",
      "redshift",
      "athena",
      "h2"
    ],
    "run-mode": "prod",
    "plan-alias": "",
    "version": {
      "date": "2025-02-06",
      "tag": "v0.53.1",
      "hash": "73e264a"
    },
    "settings": {
      "report-timezone": "Asia/Kolkata"
    },
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "13.18"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.7.4"
      }
    }
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "21.0.6+7-LTS",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "21.0.6",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "21.0.6+7-LTS",
    "os.name": "Linux",
    "os.version": "5.10.217-205.860.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "Asia/Kolkata"
  }
}

@flamber @Luiggi - Guys, Can you help me on this??

Upgrade to latest (54.9) and report back