Push and side modes use position: relative - the sidenav sits in
the flex flow and the content shrinks naturally via flex: 1.
No margin needed. Over mode uses position: absolute - no margin needed
either since the sidenav floats above content.
Kept as a public computed so tests and consumers can still read it.