diff --git a/azuredeploy.json b/azuredeploy.json index 7e5f0ed..aa8de62 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -55,7 +55,7 @@ "linuxFxVersion": "NODE|lts", "hostingPlanName": "[concat('hpn-', parameters('siteName'))]", "repoURL": "https://github.com/microsoft/HealthBotContainerSample.git", - "branch": "master" + "branch": "live_agent_handoff" }, "resources": [ { diff --git a/public/stylesheets/agent.css b/public/stylesheets/agent.css index dbda871..1d184c4 100644 --- a/public/stylesheets/agent.css +++ b/public/stylesheets/agent.css @@ -27,6 +27,10 @@ height: calc(100% - 32px); } + #webchat { + height: calc(100vh - 36px); + } + #logon-title{ font-weight: 700; diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 847d2d4..cca5431 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -6,7 +6,7 @@ body { } #webchat { - height: calc(100vh - 36px); + height: 100%; width: 100%; }