mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 18:40:46 -06:00
Other elements in the scroll-container (including text search) scroll smoothly
This commit is contained in:
@@ -6,6 +6,7 @@ export default class ScrollingContainer extends Container {
|
||||
|
||||
this.class("scrolling-container");
|
||||
this.css('overflow', 'auto');
|
||||
this.css('scroll-behavior', 'smooth');
|
||||
this.css('position', 'relative');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user