tor-browser

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

nested-stickys.yaml (516B)


      1 root:
      2  items:
      3    - type: scroll-frame
      4      bounds: [10, 10, 50, 50]
      5      content-size: [200, 200]
      6      scroll-offset: [0, 30]
      7      items:
      8      - type: sticky-frame
      9        bounds: [10, 30, 50, 50]
     10        margin-top: 5
     11        vertical-offset-bounds: [0, 500]
     12        items:
     13        - type: sticky-frame
     14          bounds: [10, 30, 50, 50]
     15          margin-top: 10
     16          vertical-offset-bounds: [0, 500]
     17          items:
     18          - type: rect
     19            bounds: [10, 30, 50, 50]
     20            color: green