Iframe Scrollbar

I am looking for a nice way to display an iframe. I now use the Iframe card but I get a scrollbar! I tried the aspect_ratio from 0% to 150% but the scrollbar remains visible. How do I get rid of that?

The Iframe URL comes from Grafana

ui-lovelace.yaml:

      - type: horizontal-stack
        cards:    
        - type: iframe
          url: https://XXXXXX:3000/d/gOjXXXZk/losse-elementen?orgId=1&refresh=5s&theme=light&panelId=4&fullscreen&kiosk
          aspect_ratio: 60%
        - type: iframe
          url: https://XXXXXX:3000/d/gOXXXZk/losse-elementen?orgId=1&refresh=5s&theme=light&panelId=5&fullscreen&kiosk
          aspect_ratio: 60%