Skip to content

Commit

Permalink
Fix the fixed background bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnjsstong committed Jan 1, 2014
1 parent 3372885 commit ac8060c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/angular-panorama.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ must be ul/li
*/
.ng-panorama-container {
overflow: hidden;
background: no-repeat fixed;
transition: background-position 0.1s linear;
transition: background-position 0.2s linear;
background-size: auto 100%;
}

Expand Down

0 comments on commit ac8060c

Please sign in to comment.