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;