creativetimofficial / ct-paper-dashboard-pro-angular

8 stars 10 forks source link

menu bar disappears when scrolling in mobile mode #33

Closed astangadude closed 5 years ago

astangadude commented 5 years ago

In mobile mode the top menu bar disappears when scrolling

chelaruc commented 5 years ago

@astangadude Thank you for using our product. All you have to do is to add

  &.fixed-top{
      position: fixed !important;
    }

on line 18 in the src/assets/scss/paper-dashboard/_navbar.scss file.