• OryxAndCake@slrpnk.net
    link
    fedilink
    arrow-up
    3
    ·
    2 天前

    I’m not wearing my glasses and misread the title of this post. I’m having a lot of little coincidences today, this Oglaf I was reading a few minutes ago is oddly relevent.

  • spartanatreyu@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 天前

    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
      ·
      2 天前

      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?