Explicitly inherit the height of parent panels container

This commit is contained in:
Fabio Manganiello 2019-06-15 13:02:09 +02:00
parent 7015c0df11
commit 5e2b927267

View file

@ -64,7 +64,7 @@
@include calc(height, '100% - 10.1rem'); @include calc(height, '100% - 10.1rem');
.panel { .panel {
height: inherit; height: 100%;
} }
} }