techvalidate / pano

MIT License
0 stars 0 forks source link

Modal Fixes #51

Closed tjdo closed 7 years ago

tjdo commented 7 years ago

Fix to allow color picker to overflow modals so they don't scroll fix for fuzzy text and positioning of modals

This solution uses JavaScript, as the usual CSS hacks to work around the browser bugs cannot work reliably. This is because we are working with so many modals of different sizes. The solution is to use JavaScript to fix the position after the effects have occurred so that we can fix the modal on a pixel. Subpixel positioning causes blurry text in Chrome and Safari (on OS X at least)

cx/#2704, cx/#2720