Commit 52d274996e8ddcc3d79bb35551b4e7575df378d3

Authored by Amber Dev
1 parent a6a5b3fcdc

added scroll to navigation drawer

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/pageHeader/AppDrawer.vue
... ... @@ -9,6 +9,7 @@
9 9 hide-overlay
10 10 width="260"
11 11 class="white--text side-bar-color"
  12 + style="height: 100%; overflow: scroll;"
12 13 >
13 14 <!-- <vue-perfect-scrollbar
14 15 class="drawer-menu--scroll side-bar-color mt-3"
... ...