mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Update hass-tabs-subpage.ts
This commit is contained in:
parent
d5a8105718
commit
cdbd51f6f7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user