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:
Sakshi Sharma
2023-10-02 10:21:27 -07:00
committed by GitHub
parent 549464dab1
commit 8a6f61c78d

View File

@@ -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, {