mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix the scrollbar issue in widget container (#1016)
* fix the scrollbar issue in widget container * move scrollbar to widget content
This commit is contained in:
@@ -208,7 +208,7 @@ export abstract class DashboardPage extends AngularDisposable {
|
||||
configs = cb.apply(this, [configs, this.dashboardService, this.context]);
|
||||
});
|
||||
this._gridModifiers.forEach(cb => {
|
||||
configs = cb.apply(this, [configs, this._originalConfig]);
|
||||
configs = cb.apply(this, [configs]);
|
||||
});
|
||||
if (key === WIDGETS_CONTAINER) {
|
||||
return { id: v.id, title: v.title, container: { 'widgets-container': configs }, alwaysShow: v.alwaysShow };
|
||||
|
||||
Reference in New Issue
Block a user