Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドロップダウン メニューがあり、親 div のためにカットされているようです。親 div の高さが増加すると表示されます。助けてください。
overflow: hiddenから削除#masthead .row
overflow: hidden
#masthead .row
#masthead .row { margin-bottom: 0; margin-top: 0; overflow: hidden; position: relative; } #masthead .row { margin-bottom: 25px; margin-top: 15px; overflow: hidden; position: relative; }
これで問題が解決することを願っています