Skip to content

Commit fcd56cc

Browse files
committed
Fix: Make header sticky on desktop.
1 parent 5c04d24 commit fcd56cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default {
137137
return {
138138
activityViews: null,
139139
// Make configurable?
140-
fixedTopMenu: this.$isAndroid,
140+
fixedTopMenu: true,
141141
};
142142
},
143143
computed: {

0 commit comments

Comments
 (0)