Remove has-scrolling-region attribute

Fixes #1250
This commit is contained in:
Paulus Schoutsen 2018-06-06 22:36:34 -04:00 committed by GitHub
parent cab53b3324
commit 9ac1384e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ class PartialCards extends EventsMixin(NavigateMixin(PolymerElement)) {
}
</style>
<app-route route="{{route}}" pattern="/:view" data="{{routeData}}" active="{{routeMatch}}"></app-route>
<ha-app-layout has-scrolling-region="" id="layout">
<ha-app-layout id="layout">
<app-header effects="waterfall" condenses="" fixed="" slot="header">
<app-toolbar>
<ha-menu-button narrow="[[narrow]]" show-menu="[[showMenu]]"></ha-menu-button>