Skip to content

Commit

Permalink
fix(slide-down): fix slide-down wrong behavior (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Severenit authored and tx44 committed Jun 23, 2017
1 parent 4480d09 commit 710b13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slide-down/slide-down.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
overflow: hidden;
transition: height .3s ease;
position: relative;
width: 100%;

&__content {
position: absolute;
Expand Down

0 comments on commit 710b13b

Please sign in to comment.