Answer the question
In order to leave comments, you need to log in
Drop-down search bar in mob. ios browser breaks the site. How to fix?
I am writing a website. The site has a header that is "glued" to the top of the screen with
position: fixed;
top: 0;
.header {
top: 0px;
position: fixed;
width: 100%;
max-width: 1140px;
height: 65px;
background-color: white;
z-index: 2;
display: flex;
justify-content: space-between;
padding: 0 calc( ( 100% - 1140px ) / 2 );
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question