Closed gabrielromk closed 10 months ago
when I pin an object to the left (fixed left-0) it covers netzos side-nav `
fixed left-0
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...
fixed left-[300px]
when I pin an object to the left (
fixed left-0
) it covers netzos side-nav `