show HA toolbar when showing popups for easy going back
This commit is contained in:
parent
88c4c77cbd
commit
9656ff6636
3 changed files with 6 additions and 3 deletions
|
@ -32,7 +32,8 @@
|
|||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.eventContainer {
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.serviceContainer {
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.stateContainer {
|
||||
|
|
Loading…
Add table
Reference in a new issue