Skip to content

Commit

Permalink
Fixed Drawer scrolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnsonaz committed Aug 10, 2017
1 parent 1a6b266 commit 53db16f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styl/drawer/drawer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
padding: $drawer-padding;
border: $drawer-border-width solid $drawer-border-color;
border-radius: $drawer-border-radius;
max-height: 100%;
max-width: 100%;
overflow: auto;
box-shadow: $drawer-box-shadow;
z-index: $drawer-z-index;
visibility: hidden;
Expand Down

0 comments on commit 53db16f

Please sign in to comment.