diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 3d0e8ba02..c8cc97afa 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -38,7 +38,7 @@ export default { computed: { showMobileMenu() { if (!this.windowWidth) return false - return this.windowWidth < this.maxMobileWidth + return this.windowWidth <= this.maxMobileWidth }, }, mounted() {