Skip to content

Commit

Permalink
fix: disable scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Apr 5, 2017
1 parent a2c8ded commit e0ae720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/timeline/timeline.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
:host {
display: flex;
flex-direction: column;

height: 100%;
width: 100%;

overflow: hidden;
}

app-tweet {
Expand Down

0 comments on commit e0ae720

Please sign in to comment.