From 5e2b92726727b58cfd0065ba3d8204362eb8fe97 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 15 Jun 2019 13:02:09 +0200 Subject: [PATCH] Explicitly inherit the height of parent panels container --- .../static/css/source/webpanel/plugins/music.mpd/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 99cac2b2c..bf46752e0 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 @@ -64,7 +64,7 @@ @include calc(height, '100% - 10.1rem'); .panel { - height: inherit; + height: 100%; } }