mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Other elements in the scroll-container (including text search) scroll smoothly
This commit is contained in:
parent
085c0e76ca
commit
d24d3af87d
@ -6,6 +6,7 @@ export default class ScrollingContainer extends Container {
|
|||||||
|
|
||||||
this.class("scrolling-container");
|
this.class("scrolling-container");
|
||||||
this.css('overflow', 'auto');
|
this.css('overflow', 'auto');
|
||||||
|
this.css('scroll-behavior', 'smooth');
|
||||||
this.css('position', 'relative');
|
this.css('position', 'relative');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user