creativetimofficial / ct-material-dashboard-pro-angular

68 stars 35 forks source link

[Bug] navbar is not on top #403

Closed guillermoeuillades closed 2 years ago

guillermoeuillades commented 2 years ago

Since some chrome update the navbar does not appear on top.

Captura de Pantalla 2022-05-05 a la(s) 11 52 39
github-actions[bot] commented 2 years ago

@guillermoeuillades this issue was automatically closed because it did not follow the bellow rules:


IMPORTANT: Please use the following link to create a new issue:

https://www.creative-tim.com/new-issue/material-dashboard-pro-angular2

**If your issue was not created using the app above, it will be closed immediately.**

Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉  https://www.creative-tim.com/bundles
👉  https://www.creative-tim.com

guillermoeuillades commented 2 years ago

to fix this add the class fixed-top in nabar.compoent.ts on first line

<nav #navbar class="navbar navbar-expand-lg navbar-transparent navbar-absolute fixed-top">