I'm making a strictly mobile website with a navigation bar and a picture that zooms. Whenever I zoom in on the site to make the picture larger, the navigation bar will grow, along with the text inside of it. Anyone know how I can stop the nav bar from zooming? Here's the CSS:
#navBarMobile {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 174px;
background-color: rgba(0, 0, 0, 0.63);
z-index: 2;
}