forked from platypush/platypush
Explicitly inherit the height of parent panels container
This commit is contained in:
parent
7015c0df11
commit
5e2b927267
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
@include calc(height, '100% - 10.1rem');
|
||||
|
||||
.panel {
|
||||
height: inherit;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue