diff --git a/src/styl/drawer/drawer.styl b/src/styl/drawer/drawer.styl index 1cc5916..5f083b7 100644 --- a/src/styl/drawer/drawer.styl +++ b/src/styl/drawer/drawer.styl @@ -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;