-
-
Notifications
You must be signed in to change notification settings - Fork 106
Footer mode does not stretch iframe card to bottom of screen #258
Comments
Important:Issues that don't provide the necessary information listed below may not get a reply and will be closed until the info is provided.
If you haven't yet done so, please read the "Before Posting an Issue" section of the docs site. Include as much of the following info as you can to help me replicate and investigate your issue:
When pasting in your config always place 3 backticks |
In the next update I will fix the extra padding at the bottom when using panel mode with footer mode. I noticed in your screenshots from the other issue you posted on you were using a transparent header background, this will result in something like the screenshot below: The grey portion is the iFrame and the header background is transparent, showing the views background behind it. This is by design to avoid overlap, but if you wanted to extend the iFrame completely behind the header you can use this advanced styling config:
I will close this issue when the next version is released, either today or tomorrow. |
Thanks!
…Sent from my iPhone
On Aug 29, 2020, at 3:52 PM, Ryan Meek ***@***.***> wrote:
In the next update I will fix the extra padding at the bottom when using panel mode with footer mode. I noticed in your screenshots from the other issue you posted on you were using a transparent header background, this will result in something like the screenshot below:
The grey portion is the iFrame and the header background is transparent, showing the views background behind it. This is by design to avoid overlap, but if you wanted to extend the iFrame completely behind the header you can use this advanced styling config:
panel_view_css: 'padding-bottom: 0px;'
I will close this issue when the next version is released, either today or tomorrow.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sorry, didn't make it into the most recent release. Will be in next one for sure, CH needed a quick fix for the next release of HA and I wanted to get it out there before people started upgrading HA. |
Apologize for the lateness, but this has been fixed in 1.7.7 |
When displaying a website in a full-screen iframe, using compact mode and footer mode, the iframe draws to where it would if compact mode was not on and the space was left blank. When footer mode is not on the card correctly fills the screen. When compact mode is turned off everything looks as it should. Verified in both Chrome and Fully Kiosk Browser. Using the latest stable home assistant and the latest custom-header.
Raw configuration:
The text was updated successfully, but these errors were encountered: