grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

Flap Display overlaps the Save dropdown. #17

Closed mckoss closed 13 years ago

mckoss commented 13 years ago

Result:

The save drop down comes in behind the Flap Board.

Expect:

To be able to see the contents of the save drop-down dialog.

Are you setting a large z-order on your flap board? I think it needs to be less than 1000 to not be placed in front of the save. But maybe some other issue?

grg021 commented 13 years ago

I only used up to z-index: 20 on the App. I added z-index: 100 to the #pfAppPanel in my CSS, so it doesn't go behind the Flap Board.

Bobby-Seidensticker commented 13 years ago

confirmed

mckoss commented 13 years ago

ok