Skip to content

Commit

Permalink
fix (v-date-picker): picker body doesnt't show in IE11 (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk authored and johnleider committed Jan 23, 2018
1 parent 111c49d commit 59a317c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stylus/components/_pickers.styl
Expand Up @@ -55,8 +55,7 @@ theme(picker-title, "picker")
overflow: hidden
position: relative


flex: 1
flex: 1 0 auto
display: flex
flex-direction: column
align-items: center
Expand Down

0 comments on commit 59a317c

Please sign in to comment.