[tools] Fix system-analyzer script panel selection

Drive-by-fix:
- fix load spinner z-index

Change-Id: I4a8f9b768ec858da4d91780ae0998a685f4438bf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2624609
Reviewed-by: Sathya Gunasekaran  <gsathya@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72044}
This commit is contained in:
Camillo Bruni 2021-01-12 15:43:12 +01:00 committed by Commit Bot
parent 35da8e0377
commit cab067c653
2 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class App {
focusSourcePosition(sourcePosition) {
if (!sourcePosition) return;
this._view.sourcePanel.focusedSourcePositions = [sourcePosition];
this._view.scriptPanel.focusedSourcePositions = [sourcePosition];
}
handleToolTip(event) {

View File

@ -44,6 +44,7 @@ found in the LICENSE file. -->
.loading #loader {
display: block;
position: fixed;
z-index: 9999;
top: 0px;
left: 0px;
width: 100%;