diff --git a/homeassistant/components/http/www_static/polymer/event-fire-dialog.html b/homeassistant/components/http/www_static/polymer/event-fire-dialog.html index 87aebea4ccb..db3b5a9653d 100644 --- a/homeassistant/components/http/www_static/polymer/event-fire-dialog.html +++ b/homeassistant/components/http/www_static/polymer/event-fire-dialog.html @@ -32,7 +32,8 @@ paper-action-dialog { margin: 0; width: 100%; - height: 100%; + height: calc(100% - 64px); + top: 64px; } .eventContainer { diff --git a/homeassistant/components/http/www_static/polymer/service-call-dialog.html b/homeassistant/components/http/www_static/polymer/service-call-dialog.html index 900734e387e..678438d07be 100644 --- a/homeassistant/components/http/www_static/polymer/service-call-dialog.html +++ b/homeassistant/components/http/www_static/polymer/service-call-dialog.html @@ -33,7 +33,8 @@ paper-action-dialog { margin: 0; width: 100%; - height: 100%; + height: calc(100% - 64px); + top: 64px; } .serviceContainer { diff --git a/homeassistant/components/http/www_static/polymer/state-set-dialog.html b/homeassistant/components/http/www_static/polymer/state-set-dialog.html index f489ba2210d..85c153ffa60 100644 --- a/homeassistant/components/http/www_static/polymer/state-set-dialog.html +++ b/homeassistant/components/http/www_static/polymer/state-set-dialog.html @@ -31,7 +31,8 @@ paper-action-dialog { margin: 0; width: 100%; - height: 100%; + height: calc(100% - 64px); + top: 64px; } .stateContainer {