Hi, I am using Grafana 9.4.7 and have an iframe plugin that I use to nest dashboards within each other.
I have a problem that the padding around the dashboard stacks with each nested frame and wastes alot of space. I already removed the 8px padding for the panel itself by calling “setNoPadding()” on the newly created panel plugin.
Now there’s still 16 px of padding all around the dashboard when I am in fullscreen dashboard mode.
Can someone tell me where this is generated from and/or how can I adjust it? It’s a div with a generated class name unfortunately… (For some reason I can not upload a screenshot right now…)