diff options
Diffstat (limited to 'application/basilisk/base/content/abouthealthreport/abouthealth.css')
-rw-r--r-- | application/basilisk/base/content/abouthealthreport/abouthealth.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/application/basilisk/base/content/abouthealthreport/abouthealth.css b/application/basilisk/base/content/abouthealthreport/abouthealth.css new file mode 100644 index 000000000..3dd40fc24 --- /dev/null +++ b/application/basilisk/base/content/abouthealthreport/abouthealth.css @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; +} + +html, body { + height: 100%; +} + +#remote-report { + width: 100%; + height: 100%; + border: 0; + display: flex; +} |