mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -54,7 +54,7 @@ function setupRightPaneResizer() {
|
||||
leftInstance = Split(['#center-pane', '#right-pane'], {
|
||||
sizes: [100 - rightPaneWidth, rightPaneWidth],
|
||||
gutterSize: 5,
|
||||
onDragEnd: sizes => options.save('rightPaneWidth', Math.round(sizes[0]))
|
||||
onDragEnd: sizes => options.save('rightPaneWidth', Math.round(sizes[1]))
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user