Skip to content

Commit 33b5798

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[Lighthouse] Fix dropdown menu cutting off insights toggle
Bug: none Change-Id: I40fd354d1973656d654f45841b2949d2eab577c8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6418602 Reviewed-by: Paul Irish <[email protected]> Commit-Queue: Connor Clark <[email protected]> Auto-Submit: Connor Clark <[email protected]>
1 parent 95644fe commit 33b5798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/third_party/lighthouse/report-assets/report-generator.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/third_party/lighthouse/report/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ details[open] .lh-clump-toggletext--hide { display: block;}
26262626
}
26272627
.lh-tools__button.lh-active + .lh-tools__dropdown {
26282628
opacity: 1;
2629-
clip: rect(-1px, 194px, 270px, -3px);
2629+
clip: rect(-1px, 194px, 305px, -3px);
26302630
visibility: visible;
26312631
}
26322632
.lh-tools__dropdown {

0 commit comments

Comments
 (0)