mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
7 lines
140 B
HTML
7 lines
140 B
HTML
|
<!-- Make sure iframe dom elements fill all available space for background consistency -->
|
||
|
<style>
|
||
|
#root {
|
||
|
height: 100%;
|
||
|
}
|
||
|
</style>
|