Skip to content

Commit 776967b

Browse files
Piotr PaulskiDevtools-frontend LUCI CQ
authored andcommitted
Restore scrolling in BackForwardCacheView when contents overflow
Fix an issue with large cache test report contents not being viewable if they do not fit in available area. Restore vertical scroll to let user see the whole report. Fixed: 483648154 Change-Id: Icbef851eb6730c7e317bab6ba80223c1e3176439 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7734966 Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Reviewed-by: Wolfgang Beyer <wolfi@chromium.org> Commit-Queue: Piotr Paulski <piotrpaulski@chromium.org> Auto-Submit: Piotr Paulski <piotrpaulski@chromium.org>
1 parent b2b9c19 commit 776967b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/application/components/backForwardCacheView.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* found in the LICENSE file.
55
*/
66

7+
:host {
8+
overflow: auto;
9+
}
10+
711
devtools-report-value {
812
overflow: hidden;
913
}

0 commit comments

Comments
 (0)