forked from platypush/platypush
Explicitly inherit the height of parent panels container
This commit is contained in:
parent
496e692860
commit
7015c0df11
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@
|
|||
flex: 0 1 auto;
|
||||
order: 0;
|
||||
@include calc(height, '100% - 10.1rem');
|
||||
|
||||
.panel {
|
||||
height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.browser {
|
||||
|
|
Loading…
Reference in a new issue