summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index f2dff8ee2..2e64f61bd 100644
--- a/css/content.css
+++ b/css/content.css
@@ -137,7 +137,8 @@
#app-content:not(.explore) #articles:after {
content: '';
display: block;
- height: 100%;
+ /* Subtract the height of the Nextcloud header. */
+ height: calc(100vh - 50px);
background-repeat: no-repeat;
}