fix: scroll timeline with multiple pages in context (#23493)

Fixes #23490 

Before:
<img width="500" alt="image"
src="https://github.com/microsoft/playwright/assets/4130722/faa1f7c3-9aeb-4e0c-aca3-0d9c24609628">

After:
<img width="500" alt="image"
src="https://github.com/microsoft/playwright/assets/4130722/6dfbc204-8ff2-49cb-a374-734750c6a385">

---------

Signed-off-by: Tyler Gould <4130722+scitech@users.noreply.github.com>
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
Tyler Gould 2023-06-09 11:07:14 -05:00 committed by GitHub
parent 0560a73ce9
commit a4d361379f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@
cursor: text;
user-select: none;
margin-left: 10px;
max-height: 200px;
overflow-y: scroll;
}
.timeline-divider {