show HA toolbar when showing popups for easy going back

This commit is contained in:
Paulus Schoutsen 2014-11-19 23:02:09 -08:00
parent 88c4c77cbd
commit 9656ff6636
3 changed files with 6 additions and 3 deletions

View file

@ -32,7 +32,8 @@
paper-action-dialog {
margin: 0;
width: 100%;
height: 100%;
height: calc(100% - 64px);
top: 64px;
}
.eventContainer {

View file

@ -33,7 +33,8 @@
paper-action-dialog {
margin: 0;
width: 100%;
height: 100%;
height: calc(100% - 64px);
top: 64px;
}
.serviceContainer {

View file

@ -31,7 +31,8 @@
paper-action-dialog {
margin: 0;
width: 100%;
height: 100%;
height: calc(100% - 64px);
top: 64px;
}
.stateContainer {