Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing scrollbars on timeline #10

Closed
Dorian-Grim opened this issue Jul 21, 2024 · 2 comments
Closed

Missing scrollbars on timeline #10

Dorian-Grim opened this issue Jul 21, 2024 · 2 comments

Comments

@Dorian-Grim
Copy link

Dorian-Grim commented Jul 21, 2024

Description

Scrollbars in timeline are not shown. The bottom one is on the bottom so the user has to scroll all the way down to see it. While the right scrollbar is completely absent. Example: https://uwu-logs.xyz/reports/24-06-27--21-06--Warriturra--Unknown/casts/Mikey/?boss=instructor-razuvious&mode=25N&s=9086&f=9180&attempt=0

image

Proposed solution in #8

  • To fix the bottom scroll bar I did a did a 180 degree X rotation on parent, then another 180 on X for child. This correctly places the bottom scroll bar on top.
  • For the right scroll bar I did a direction change from the default ltr to rtl on the parent, then on each child resetting the direction back to ltr.
    image
Dorian-Grim added a commit to Dorian-Grim/uwu-logs that referenced this issue Jul 21, 2024
@Dorian-Grim Dorian-Grim mentioned this issue Jul 21, 2024
@Ridepad Ridepad reopened this Jul 24, 2024
@Dorian-Grim
Copy link
Author

@Ridepad merging with the pr #8 will implement the demo but also implement solution to issue #13
image

Dorian-Grim added a commit to Dorian-Grim/uwu-logs that referenced this issue Nov 4, 2024
@Dorian-Grim
Copy link
Author

Fixed in e83d494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants