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

View file

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