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
This commit is contained in:
@@ -818,7 +818,7 @@ body.ttrss_main {
|
||||
}
|
||||
|
||||
&[data-auto-catchup="true"] #headlines-spacer {
|
||||
height : 100vh;
|
||||
height : calc(100vh - 32px);
|
||||
}
|
||||
|
||||
.dijitCheckBox {
|
||||
|
||||
Reference in New Issue
Block a user