ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
156 stars 154 forks source link

Avoid scrolling of iframe panel #25

Open JAG-1337 opened 5 years ago

JAG-1337 commented 5 years ago

Hi,

thanks for the nice plugin!

I have a small issue with including iframes: It happens that the panel is vertically scrollable, even when the content fits the panel size (also in the "Image in IFrame" example). This hinders scrolling of the whole dashboard, if the panel has focus.

The plugin sets "scrollable" constantly to true. Would it be possible to make this setting an option in the configuration page to avoid this behaviour?

(Grafana 6.0.1)

2019-03-20_09h32_08