Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
amend(mdUtil): more prevent-scrolling layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Apr 16, 2015
1 parent 78b861e commit 7f2878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ angular.module('material.core')
display: computedStyle.display,
'padding-top': computedStyle.paddingTop,
top: (-1 * heightOffset) + 'px',
height: '100%',
'min-height': '100%',
width: '100%'
});

Expand Down

0 comments on commit 7f2878e

Please sign in to comment.