creativetimofficial / ct-vue-paper-dashboard-pro

Vue Paper Dashboard PRO - made by Creative Tim
https://www.creative-tim.com/product/vue-paper-dashboard-pro
41 stars 13 forks source link

Missing CSS for 'fixed' Navbar #85

Open ghost opened 5 years ago

ghost commented 5 years ago

For the navbar component, its documentation displays the following prop:

position String absolute Navbar position (absolute\ fixed\ relative)

However, the CSS class for the 'fixed' option is currently missing from the template. You may add it back by including the following:

.navbar-fixed {
    position: fixed;
}

in the components style template.