summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/styles/base.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 79ada87..df2123b 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -575,6 +575,8 @@ html {
box-sizing: border-box;
max-width: 100%;
+ /* minus approximate height of title, height of subtitle, and margin */
+ max-height: calc(100vh - 10em - 25px);
}
/* Settings */