From 7015c0df113405cee0a96ca6218ff72de923e49f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 15 Jun 2019 13:00:41 +0200 Subject: [PATCH] Explicitly inherit the height of parent panels container --- .../static/css/source/webpanel/plugins/music.mpd/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platypush/backend/http/static/css/source/webpanel/plugins/music.mpd/index.scss b/platypush/backend/http/static/css/source/webpanel/plugins/music.mpd/index.scss index 58081b4f6..99cac2b2c 100644 --- a/platypush/backend/http/static/css/source/webpanel/plugins/music.mpd/index.scss +++ b/platypush/backend/http/static/css/source/webpanel/plugins/music.mpd/index.scss @@ -62,6 +62,10 @@ flex: 0 1 auto; order: 0; @include calc(height, '100% - 10.1rem'); + + .panel { + height: inherit; + } } .browser {