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
1 changed files with 1 additions and 1 deletions

View File

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