Skip to content

Commit

Permalink
refactor: remove overflow hidden
Browse files Browse the repository at this point in the history
Since all children wrapping elements have already overflow hidden it may be not necessary.
  • Loading branch information
re2005 committed Aug 1, 2020
1 parent 81b2611 commit 6b84cfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.wizard {
padding-right: 25px;
min-height: 600px;
}

.wizard:not(.material) {
Expand Down
1 change: 0 additions & 1 deletion css/wizard.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.wizard {
position: relative;
overflow: hidden;
width: 100%;
}
.wizard > .wizard-step {
Expand Down

0 comments on commit 6b84cfa

Please sign in to comment.