CSS ignore overflow: hidden

后端 未结 6 497
轻奢々
轻奢々 2020-12-30 00:09

I\'m working on the navigation for this website and am having trouble with the dropdown nav.

Basically, I have overflow: hidden applied

6条回答
  •  春和景丽
    2020-12-30 00:41

    try to put position:fixed on dropdown content.

    .dropdown-content{
       position:fixed
    }
    

提交回复
热议问题