From 56fd06d611d7bd4896f886f3e20ac778f47771cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 21 Jan 2022 17:41:11 +0300 Subject: make sure #headline-spacer click to open prompt is not obscured when mark as read on scroll is enabled https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190 --- themes/light/tt-rss.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index db286ee5f..a693d970d 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -818,7 +818,7 @@ body.ttrss_main { } &[data-auto-catchup="true"] #headlines-spacer { - height : 100vh; + height : calc(100vh - 32px); } .dijitCheckBox { -- cgit v1.2.3