mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Fix column resize issue in profiler (#24547)
* Fix column resize issue in profiler * Update property name * Use top instead of paddingTop * Fix error
This commit is contained in:
@@ -90,7 +90,7 @@ export class ProfilerTableEditor extends EditorPane implements IProfilerControll
|
||||
this._overlay.className = 'overlayWidgets';
|
||||
this._overlay.style.width = '100%';
|
||||
this._overlay.style.zIndex = '4';
|
||||
this._overlay.style.paddingTop = '50px';
|
||||
this._overlay.style.top = '50px';
|
||||
parent.appendChild(this._overlay);
|
||||
|
||||
this._profilerTable = new Table(parent, this._accessibilityService, this._quickInputService, defaultTableStyles, {
|
||||
|
||||
Reference in New Issue
Block a user