Skip to content

Commit

Permalink
Improve left drawer for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Feb 6, 2024
1 parent ef8dcfb commit 8b48229
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
v-if="$route.meta.showMainNavDrawer"
v-model="leftMainNavDrawerOpen"
side="left"
behavior="mobile"
overlay elevated>
:behavior="$q.platform.is.mobile ? 'mobile' : 'desktop'"
:overlay="$q.platform.is.mobile ? true : false"
elevated>
<DrawerMainNav/>
</q-drawer>

Expand Down

0 comments on commit 8b48229

Please sign in to comment.