fix(trace-viewer): scroll over multiple pages (#28316)
Fixes https://github.com/microsoft/playwright/issues/28208
This commit is contained in:
parent
1901a1a155
commit
c137b23a6c
|
|
@ -68,6 +68,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.timeline-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue