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