From e736a642595f63fe8280a80e4e6127ba827102f1 Mon Sep 17 00:00:00 2001 From: maykar <25127328+maykar@users.noreply.github.com> Date: Sun, 12 Jan 2020 12:29:33 +0000 Subject: [PATCH] hui-panel-view styling --- src/style-tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style-tags.js b/src/style-tags.js index e8362c2..f2d45fe 100644 --- a/src/style-tags.js +++ b/src/style-tags.js @@ -183,7 +183,7 @@ export const insertStyleTags = config => { hui-panel-view { padding-top: 96px; ${config.panel_view_css ? config.panel_view_css : ''} - ${config.kiosk_mode || config.hide_header ? `min-height: 100vh;` : ''} + ${config.kiosk_mode || config.hide_header ? `min-height: 100vh !important; margin-bottom: 0 !important;` : ''} } hui-view { padding-top: 100px;