netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

[framework] unexpected behavior with layout #78

Closed gabrielromk closed 10 months ago

gabrielromk commented 10 months ago

when I pin an object to the left (fixed left-0) it covers netzos side-nav `

miguelrk commented 10 months ago

This is just how CSS works, nothing to do here. You can always pin something taking the nav width into account, for example, using fixed left-[300px] instead of fixed left-0. Closing...