0

Hey I am using Rdash Angular Js. Is it possible to fix the header position on page scroll.

I tried something by CSS as below, but it didn't work for me.

.row.header{height:60px;background:#fff;margin-bottom:15px;top: 0;position: fixed;left: 250px;right: 0;z-index: 1030;color:#aaa;}
Seb
  • 5,417
  • 7
  • 31
  • 50

1 Answers1

0

change this in your code pan :

    .row.header {
    height: 60px;
    background: #fff;
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
}

Or

can you please follow this link and get your things done , i have already given one answer regarding this in past : Relevent answer

Or you can follow this link for other alternative soluiotn : Other solution

Community
  • 1
  • 1
Jigar7521
  • 1,549
  • 14
  • 27