mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
fix panel card height (#16059)
This commit is contained in:
parent
1596578f96
commit
e784205e1e
@ -1057,6 +1057,7 @@ class HUIRoot extends LitElement {
|
|||||||
);
|
);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* In edit mode we have the tab bar on a new line *
|
* 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
|
* https://github.com/home-assistant/home-assistant-polymer/pull/3806
|
||||||
*/
|
*/
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user