summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-09 22:42:43 +0300
committerAndrew Dolgov <[email protected]>2019-12-09 22:42:43 +0300
commite7dd634183154949fab7aa0b00844eb645cb87e5 (patch)
tree22ef8eeb2cf9295c26a97f8961da11b6d038d0a3 /css/default.css
parent008afb97a9c7dc1ef62e0e87fa73cf46aeb09f40 (diff)
exp: auto-disable smooth scrolling for repeat hotkey events
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;
}