mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01: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