Skip to content

Commit

Permalink
fix(style): pad navigation drawer bottom on mobile view (#1232)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Nov 7, 2023
1 parent 5ee8026 commit b72399e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout/AppNavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:color="theme.currentTheme.drawer"
mini-variant
:value="open"
class="pb-16 pb-sm-0"
>
<div
v-show="isMobileViewport"
Expand Down

0 comments on commit b72399e

Please sign in to comment.