android - Strange behaviours of responsive menu -


i created website responsive menu pc-browser , android-browser samsung s5 using

@media screen  , (device-width: 360px)  , (device-height: 640px)  , (-webkit-device-pixel-ratio: 3) 

menu works on pc. when website running on mobile browser (native , chrome also) .menu block seems wanted size still invisible, although there no display: none.

enter image description here

i used z-index solving problem nothing happend , still can't find bug. when .content display set on hide, .menu looks ok. div .menu seems underside(?) of .content if does, why z-index doesn't work correctly?

this site website. can check issue?

i found problem. height of .navigator set on 3em. div .menu inside .navitagor


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

Android SDK Manager freezes after installation of OSX 10.11 El Capitan public Beta -