mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
added "scrolling-container" class, fixes #3147
This commit is contained in:
parent
a19c58703f
commit
180051d252
@ -4,6 +4,7 @@ export default class ScrollingContainer extends Container {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.class("scrolling-container");
|
||||
this.css('overflow', 'auto');
|
||||
this.css('position', 'relative');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user