summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index cf8e7cd7a..e34f69721 100644
--- a/css/default.css
+++ b/css/default.css
@@ -659,6 +659,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;
}