Fixed iframe panel unnecessary scrollbar (on 100vh -64px) (#5326)

* Fixed iframe panel unnecessary scrollbar (on 100vh -64px)

* Fixed iframe panel unnecessary scrollbar (removed margin-top)

No need for margin-top
This commit is contained in:
sdotter 2020-03-24 13:18:45 +01:00 committed by GitHub
parent af584e1d12
commit 013808b7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class HaPanelIframe extends PolymerElement {
iframe {
border: 0;
width: 100%;
position: absolute;
height: calc(100% - 64px);
background-color: var(--primary-background-color);
}