removed CSS contain from widgets

This commit is contained in:
zadam
2021-06-05 22:07:15 +02:00
parent faab6be48d
commit 6d51593b7d
55 changed files with 7 additions and 62 deletions

View File

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