css fix a position so it is not part of the scroll code example
Example: fixed div with scrollable content
.fixed-content {
overflow-y:scroll;
overflow-x:scroll;
}
.fixed-content {
overflow-y:scroll;
overflow-x:scroll;
}