fix(trace-viewer): scroll over multiple pages (#28316)

Fixes https://github.com/microsoft/playwright/issues/28208
This commit is contained in:
Max Schmitt 2023-11-29 11:27:19 -08:00 committed by GitHub
parent 1901a1a155
commit c137b23a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
}
.timeline-bar {