Open ghost opened 5 years ago
For the navbar component, its documentation displays the following prop:
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.
For the navbar component, its documentation displays the following prop:
However, the CSS class for the 'fixed' option is currently missing from the template. You may add it back by including the following:
in the components style template.