We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3069fe3 commit a22151cCopy full SHA for a22151c
src/plugin/index.component.ts
@@ -24,7 +24,7 @@ export interface ScrollSpyIndexComponentOptions {
24
selector: 'scrollSpy-index-render',
25
template: `
26
<div #container>
27
- <ul class="nav menu">
+ <ul class="nav flex-column menu">
28
<li *ngFor="let item of items" [class.active]="highlight(item.link)">
29
<a [routerLink]="" fragment="{{item.link}}" (click)="goTo(item.link)">{{item.text}}</a>
30
<ul *ngIf="item.children.length" class="nav menu">
0 commit comments