Skip to content

Commit

Permalink
Merge branch 'dev' into release_v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Nov 11, 2018
2 parents 0214a07 + bc4f3b7 commit b481466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @types/tag.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export interface AtTagProps extends AtComponent{

name?: string

circle?: boolean

active?: boolean

disabled?: boolean
Expand Down
2 changes: 2 additions & 0 deletions src/components/drawer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ $drawer-content-width: 460px;
text-align: left;
background-color: $color-bg;
opacity: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
z-index: 1;
}

Expand Down

0 comments on commit b481466

Please sign in to comment.