Update hass-tabs-subpage.ts

This commit is contained in:
Bram Kragten 2020-01-28 22:44:21 +01:00
parent d5a8105718
commit cdbd51f6f7

View File

@ -129,7 +129,7 @@ class HassTabsSubpage extends LitElement {
display: flex;
align-items: center;
font-size: 20px;
height: 64px;
height: 65px;
background-color: var(--sidebar-background-color);
font-weight: 400;
color: var(--sidebar-text-color);
@ -214,7 +214,7 @@ class HassTabsSubpage extends LitElement {
.content {
position: relative;
width: 100%;
height: calc(100% - 64px);
height: calc(100% - 65px);
overflow-y: auto;
overflow: auto;
-webkit-overflow-scrolling: touch;