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

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -