easyblockshq / easyblocks

The open-source visual builder framework.
https://easyblocks.io
GNU Affero General Public License v3.0
241 stars 33 forks source link

feat: allow for devices to fill the viewport's height #35

Closed pawel-commerce-studio closed 3 months ago

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
easyblocks-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 20, 2024 0:10am
r00dY commented 3 months ago

This one doesn't quite work. I set:

devices: {
    xs: {
      h: null
    },
    xl: {
      h: null
    }
  },

and desktop is not full height.

Also it seems to me that when screen is resized then the height doesn't reload.

Another thing is that when I'm worried if it actually works when scale factor is enabled.