Skip to content

Commit

Permalink
fix(modal): remove overflow: visible on modal content
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Apr 11, 2015
1 parent b852239 commit 1a4e36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
right: $modal-inset-mode-right;
bottom: $modal-inset-mode-bottom;
left: $modal-inset-mode-left;
overflow: visible;
min-height: $modal-inset-mode-min-height;
width: (100% - $modal-inset-mode-left - $modal-inset-mode-right);
}
Expand Down

0 comments on commit 1a4e36b

Please sign in to comment.