• spartanatreyu@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    7 days ago

    Cool prototype

    I’d fix the vertical scrollbar by changing SCSS’ line 19 to: overflow-x: scroll; (also, you may as well just switch the editor to CSS instead of SCSS to make it load faster)

    I’m a little confused why I can’t drag all the way to the right, and also why it seems that the scroller does 25 hours and not 24.

    • gwl [he/him]@lemmy.blahaj.zoneOP
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      To be fair, 90% of the point of this sub is something quick and dirty

      Good point on the SCSS, I turned it on initially thinking the CSS would be more complicated then forgotten to turn it off once found it wasn’t

      Ooh yeah I’ll do that scroll CSS change

      All the way to the right? It should have a js that when drag to 23:59 it scrollTo({left: 0}), which I’ve defined as 00:00, that not working for you?

      • spartanatreyu@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        4 days ago

        It’s possible to scroll past 23:59.

        See screenshot:

        When going past 23:59, the timer shows 00:00 but the scrollbar’s handle is still past half way. It’s possible to scroll past 23:39 to 00:59 on the right side of the scrollbar. Going past the second 00:59 resets the scrollbar back to the first 00:00 all the way on the far left.