spazproject / Spaz-Enyo

A version of Spaz targeted for tablet devices
http://getspaz.com
Other
45 stars 10 forks source link

About popup content seems to be too big #144

Closed funkatron closed 12 years ago

funkatron commented 12 years ago

Only shows up on device, so double check there before any changes. (don't have screenshot handy)

nguarracino commented 12 years ago

This seems to be caused by setting the z-index on the background image. The popup draws ok for a second or two, but when the scrim darkens the screen, a border appears on the right and bottom edges of the popup. Seems like it must be an Enyo or WebKit bug. It works fine without z-index, so I'm removing it.

funkatron commented 12 years ago

awesome, thanks!