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.
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
Post a Comment