Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

relative position div is overlapping fixed or sticky header

.nav-bar{
    position:sticky;
    top:0px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom:solid rgb(179, 173, 173) 1px;
    background-color: rgb(255, 255, 255);
    z-index: 1
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #relative #position #div #overlapping #fixed #sticky #header
ADD COMMENT
Topic
Name
6+9 =