From 10cc11bab1667ce9282fd630f8e6a261f8876660 Mon Sep 17 00:00:00 2001 From: Florian Gareis Date: Sun, 17 Feb 2019 18:42:44 +0100 Subject: [PATCH] Include tapTarget html element only when needed (#439) --- esphome/dashboard/static/esphome.css | 1 - esphome/dashboard/templates/index.html | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/esphome/dashboard/static/esphome.css b/esphome/dashboard/static/esphome.css index fab735b945..baf92e42b1 100644 --- a/esphome/dashboard/static/esphome.css +++ b/esphome/dashboard/static/esphome.css @@ -118,7 +118,6 @@ body { display: flex; min-height: 100vh; flex-direction: column; - overflow: hidden; } main { diff --git a/esphome/dashboard/templates/index.html b/esphome/dashboard/templates/index.html index 58f6a23ec4..d5ecce17d6 100644 --- a/esphome/dashboard/templates/index.html +++ b/esphome/dashboard/templates/index.html @@ -29,6 +29,7 @@ +{% if begin %}
Select Upload Port
@@ -39,6 +40,7 @@

+{% end %}
@@ -454,6 +456,7 @@ add +{% if len(entries) == 0 %}
Set up your first Node
@@ -463,6 +466,8 @@

+{% end %} +