increased dashboard height using custom css

This commit is contained in:
2026-01-09 20:01:29 +01:00
parent 6493934801
commit d32789af5f
+5 -1
View File
@@ -415,7 +415,7 @@ data:
widget:
type: iframe
src: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk
classes: h-[500px] # adjust height as needed
classes: grafana-iframe
# Widgets configuration
widgets.yaml: |
@@ -496,6 +496,10 @@ data:
object-fit: contain !important;
}
.grafana-iframe {
height: 500px !important;
}
# Custom JS
custom.js: ""
---