From e7dd634183154949fab7aa0b00844eb645cb87e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 9 Dec 2019 22:42:43 +0300 Subject: exp: auto-disable smooth scrolling for repeat hotkey events --- themes/night_blue.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/night_blue.css') 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; } -- cgit v1.2.3