Skip to content

Commit

Permalink
fix: overlay component should hide overflow when inside element
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 25, 2016
1 parent e8196e8 commit cf432b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/angular2-modal/overlay/overlay.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class ModalOverlay extends BaseDynamicComponent {
insideElement(): void {
const style = {
position: 'absolute',
overflow: 'hidden',
width: '100%',
height: '100%',
top: 0,
Expand Down

0 comments on commit cf432b3

Please sign in to comment.