From fb35575dc5dd03418307a48ff5b21361f7f967b2 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 18 Sep 2020 13:48:44 -0400 Subject: [PATCH] change solution to revert global height css Signed-off-by: Sebastian Malton --- src/renderer/components/app.scss | 4 ++++ src/renderer/components/notifications/notifications.scss | 1 + 2 files changed, 5 insertions(+) diff --git a/src/renderer/components/app.scss b/src/renderer/components/app.scss index 79f46b9efd..717c47bb1b 100755 --- a/src/renderer/components/app.scss +++ b/src/renderer/components/app.scss @@ -35,6 +35,10 @@ html, body { #app { height: 100%; min-height: 100%; + + > * { + height: inherit; + } } #draggable-top { diff --git a/src/renderer/components/notifications/notifications.scss b/src/renderer/components/notifications/notifications.scss index 3cbf62e940..37d4990ee5 100644 --- a/src/renderer/components/notifications/notifications.scss +++ b/src/renderer/components/notifications/notifications.scss @@ -7,6 +7,7 @@ padding: $padding * 2; max-height: 100vh; z-index: 100000; + height: min-content!important; &:empty { display: none;