Explicitly inherit the height of parent panels container

This commit is contained in:
Fabio Manganiello 2019-06-15 13:00:41 +02:00
parent 496e692860
commit 7015c0df11
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
flex: 0 1 auto;
order: 0;
@include calc(height, '100% - 10.1rem');
.panel {
height: inherit;
}
}
.browser {