tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Using window height instead of body.clientHeight #373

Closed pablocubico closed 8 years ago

pablocubico commented 8 years ago

Position change for Dialogs, using screen height instead of body height.

codecov-io commented 8 years ago

Current coverage is 99.33% (diff: 100%)

Merging #373 into master will not change coverage

@@             master       #373   diff @@
==========================================
  Files           107        107          
  Lines          2107       2107          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2093       2093          
  Misses           14         14          
  Partials          0          0          

Powered by Codecov. Last update 08ff13f...c2b3fc0

tleunen commented 8 years ago

Thanks @pablocubico!