mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
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:
parent
af584e1d12
commit
013808b7f5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user