Skip to content

Commit

Permalink
Fixed - Stepper - Body Container is covered by inactive step. #167
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Nov 24, 2016
1 parent 2c3d589 commit 680ddae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
transition: 0.6s all;
-webkit-transition: 0.6s all;
max-height: 0px;
z-index: -1;
position: relative;
}
.stepper .step.active .body {
opacity: 1;
Expand All @@ -112,6 +114,7 @@
max-height: 1400px;
padding-bottom: 28px;
padding-top: 8px;
z-index: 1 !important;
}
.stepper .step.inactive > div:first-child .circle{
background-color: #9e9e9e;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 680ddae

Please sign in to comment.