diff --git a/src/dialogs/more-info/more-info-controls.html b/src/dialogs/more-info/more-info-controls.html index b28bc19b22..29e6d206a0 100644 --- a/src/dialogs/more-info/more-info-controls.html +++ b/src/dialogs/more-info/more-info-controls.html @@ -66,27 +66,27 @@ state-obj="[[stateObj]]" hass='[[hass]]' in-dialog> - - + + state-obj="[[stateObj]]" hass='[[hass]]' + > diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html index d956eedd4c..12f441b3b0 100644 --- a/src/resources/ha-style.html +++ b/src/resources/ha-style.html @@ -172,7 +172,7 @@ } --paper-dialog-scrollable: { - -webkit-overflow-scrolling: auto; + -webkit-overflow-scrolling: touch; margin-bottom: 16px; } } @@ -183,7 +183,7 @@ } :host { --paper-dialog-scrollable: { - -webkit-overflow-scrolling: auto; + -webkit-overflow-scrolling: touch; margin-bottom: 0px; } }