exp: auto-disable smooth scrolling for repeat hotkey events
This commit is contained in:
@@ -776,6 +776,11 @@ body.ttrss_main {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
#headlines-frame.forbid-smooth-scroll,
|
||||
#content-insert.forbid-smooth-scroll {
|
||||
scroll-behavior : auto;
|
||||
}
|
||||
|
||||
#toolbar-frame_splitter {
|
||||
display : none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user