Hi Folks,
Looking for some css help… I am trying to display an embedded grafana panel via an iframe in to a hubitat dashboard, It displays perfectly when viewing in the virtual device screen but on a dashboard I end up with a significant amount of vertical space.
@spelcheck I saw a reference on the hubitat forum to a css patch you had written for iframe content, I think that was for hubigraphs?
Any help greatly appreciated…
Displays OK…
Too much vertical space … (note when I resize the content doesn’t resize, I’ve expanded so that the content. an be seen in the screenshot )…
I’ve got the following CSS appended to what smartly generated…
tile-81 .tile-title {
display:none;
}
tile-81 .tile-contents, #tile-81 .tile-primary{
padding: 0;
}