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 4b397cb commit 161e957Copy full SHA for 161e957
core/kamon-status-page/src/main/vue/src/views/Overview.vue
@@ -112,15 +112,15 @@ export default class Overview extends Vue {
112
}
113
114
public goToInstrumentation(): void {
115
- this.$vuetify.goTo('.js-instrumentation')
+ this.$vuetify.goTo('.js-instrumentation', { offset: 80 })
116
117
118
public goToReporters(): void {
119
- this.$vuetify.goTo('.js-reporters')
+ this.$vuetify.goTo('.js-reporters', { offset: 80 })
120
121
122
public goToMetrics(): void {
123
- this.$vuetify.goTo('.js-metrics')
+ this.$vuetify.goTo('.js-metrics', { offset: 80 })
124
125
126
private refreshData(): void {
0 commit comments