fix panel card height (#16059)

This commit is contained in:
Bram Kragten 2023-04-05 11:35:06 +02:00 committed by GitHub
parent 1596578f96
commit e784205e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1057,6 +1057,7 @@ class HUIRoot extends LitElement {
);
overflow: auto;
transform: translateZ(0);
display: flex;
}
/**
* In edit mode we have the tab bar on a new line *
@ -1079,6 +1080,7 @@ class HUIRoot extends LitElement {
* https://github.com/home-assistant/home-assistant-polymer/pull/3806
*/
flex: 1 1 100%;
height: 100%;
max-width: 100%;
padding-bottom: env(safe-area-inset-bottom);
display: block;