tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nested-scroll-offset.yaml (394B)


      1 root:
      2  items:
      3    - type: scroll-frame
      4      bounds: [0, 0, 500, 500]
      5      content-size: [1000, 1000]
      6      scroll-offset: [0, 300]
      7      items:
      8      - type: scroll-frame
      9        bounds: [0, 300, 50, 50]
     10        items:
     11        - type: scroll-frame
     12          bounds: [0, 300, 50, 50]
     13          items:
     14            - type: rect
     15              bounds: [0, 300, 50, 50]
     16              color: green