Other elements in the scroll-container (including text search) scroll smoothly

This commit is contained in:
SnnBcd xt 2023-05-17 12:03:38 +00:00
parent 085c0e76ca
commit d24d3af87d

View File

@ -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');
}