summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 37c901fb6..6a5cc3031 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -660,6 +660,10 @@ body.ttrss_main #headlines-frame div.feed-title a:hover {
body.ttrss_main #headlines-frame.smooth-scroll {
scroll-behavior: smooth;
}
+body.ttrss_main #headlines-frame.forbid-smooth-scroll,
+body.ttrss_main #content-insert.forbid-smooth-scroll {
+ scroll-behavior: auto;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}