mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 03:27:44 +08:00
added "scrolling-container" class, fixes #3147
This commit is contained in:
parent
a19c58703f
commit
180051d252
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue