-
-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Description
Description
We're using the Dialog
component a lot for forms, settings, etc. But most of them are a bit blurry. It depends on the size, contents and if there's a scrollbar visible because of overflow. But it's blurry even if try to break it down to just a title and a text (see screenshots/codepen)
This seems to be related to the positioning (http://stackoverflow.com/questions/31109299/css-transform-translate-50-50-makes-texts-blurry) but I couldn't find a solution that works without zooming and then downscaling the container.
Images/Screenshots
Blurry:
"Fixed" by forcing overflow: scoll
:
Link to a gist or code sample where the issue can be reproduced
https://codepen.io/anon/pen/WjQpma
Version
- React: 15.5.4
- React-MD: 1.0.11
- Browser Chrome: 57.0.2987.133
cadebward