Skip to content

Commit

Permalink
Removed overflow hidden.
Browse files Browse the repository at this point in the history
Removed overflow hidden since it's no longer necessary after latest js changes.
  • Loading branch information
seahorsepip committed Jan 14, 2016
1 parent 7486fc4 commit db4c2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/jpopup.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {
background: rgba(232,232,232,.8);
}
.popup_wrapper .popup {
overflow: hidden;
float: left;
background: #fff;
width: 400px;
border-radius: 3px;
Expand Down

0 comments on commit db4c2f8

Please sign in to comment.