简体   繁体   中英

Bootstrap navbar dropdown list hides behind html select option

The problem is that I have a select option list in my body just below the bootstrap navbar, and the problem occur when I open select list and the hover over navbar to open its dropdwon, I have tried this solution but it didn't work for me.

在此处输入图片说明

.select-style {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-image: url(/getmedia/f5d6e976-be64-4f97-b0bf-b4bb2c9ddf15/Dropdown.aspx);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% center;
}
.select-style {
    border: 1px solid #ececec;
    font-size: 15px;
    font-family: arialRegular;
}

 .select-style { z-index:initial; } 

您必须给navbar父类z-index多个选择,并尝试以减号givr z-index进行选择

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM