twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.
http://goratchet.com
MIT License
14.63k stars 1.45k forks source link

Modal title bar/close hidden on iOS #786

Open eliteventure opened 9 years ago

eliteventure commented 9 years ago

Using v2.0.2 and ios theme, the the top bar with close button for modal is hidden behind <header class="bar bar-nav"> so there is no way to close the modal. This is on iphone 6 plus.

jackniu81 commented 9 years ago

also have this problem, is there any solution?

My workaround was manually open the modal, and hide the main header.

Yilene commented 8 years ago

Hello? Is there any solution on this issue?

Yilene commented 8 years ago

@jackniu81 Have you resolve this problem?

prof3ssorSt3v3 commented 7 years ago

Still having this issue. Is there a solution yet?

iqmeta commented 3 years ago

.modal > .bar-nav { transform: translate3d(0,0,10px) !important }