Skip to content

Commit

Permalink
fix(CascaderSelect): overflow-x shaking
Browse files Browse the repository at this point in the history
fixed #804
  • Loading branch information
myronliu347 committed Jul 4, 2019
1 parent 15c6e37 commit 6e83df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cascader/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ $cascader-menu-border: $cascader-menu-border-width $line-solid $cascader-menu-bo
overflow: auto;
width: $s-25;
height: $s-8 * 6;
overflow-x: hidden;
overflow-y: auto;
& + & {
border-left: $cascader-menu-border;
}
Expand Down

0 comments on commit 6e83df4

Please sign in to comment.