# Absolute Position
All layout components can use absolute positioning. It can be used when you want content scrolling inside fixed area.
If you have set `position='absolute'` on sider and want the sider and its adjacent `n-layout` or `n-layout-content` to display in right manner, you should apply `mode='absolute'` on layout or layout-content too.
```html
Cool Header
Cool Sider
LongLongLong
LongLongLong
LongLongLong
LongLongLong
Cool Footer
```