Skip to content

Commit 0a218c0

Browse files
committed
ドロップダウンメニューがヘッダーの後ろに回り込む対応
1 parent 5a0d174 commit 0a218c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/css/connect.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ a.cc-cursor-text:hover {
169169
/* padding-left: 1.5em; POPUPカレンダーのレイアウトに影響あり */
170170
}
171171

172+
/* Menu
173+
------------------------------------- */
174+
.dropdown-menu {
175+
/* bootstrap4 デフォルトのままだとヘッダーの画像の後ろに回り込むため */
176+
z-index: 9999;
177+
}
172178

173179

174180
/* Connect-CMS add CSS Bootstrap3

0 commit comments

Comments
 (0)