From 43f633f769c591eae1fba97ea3bb8bdcb100f09c Mon Sep 17 00:00:00 2001 From: jgentle Date: Fri, 18 Oct 2024 14:53:07 -0500 Subject: [PATCH] Last tweak on AMI iframe embed. --- ami_assets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ami_assets/site.css b/ami_assets/site.css index bba9325b..9d96a406 100644 --- a/ami_assets/site.css +++ b/ami_assets/site.css @@ -1,3 +1,3 @@ /* Override the margin in the CMS page template for better iframe integration. */ html body>main#cms-content { margin-bottom: 0; } -html body>main#cms-content div.container { min-height: 79vh; } +iframe#upstream-app { min-height: 79vh; }