Hi there, I am currently utilizing Rdash Angular Js. I am wondering if it's achievable to keep the header position fixed while scrolling through the page.
I attempted a solution using CSS
as shown below, unfortunately it didn't have the desired effect for me.
.row.header {
height: 60px;
background: #fff;
margin-bottom: 15px;
top: 0;
position: fixed;
left: 250px;
right: 0;
z-index: 1030;
color: #aaa;
}