Commit 1f61ff6d by Orine Matsui

ヘッダまわり調整

parent ce0338a3
...@@ -682,7 +682,7 @@ header ...@@ -682,7 +682,7 @@ header
------------------------------------------------------------*/ ------------------------------------------------------------*/
.c-header { .c-header {
position: relative; position: relative;
z-index: 10!important; z-index: 999!important;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
...@@ -692,7 +692,7 @@ header ...@@ -692,7 +692,7 @@ header
left: 0; left: 0;
width: 100%; width: 100%;
background: #fff; background: #fff;
z-index: 999; z-index: 999!important;
} }
} }
......
...@@ -1038,10 +1038,6 @@ body { ...@@ -1038,10 +1038,6 @@ body {
padding: 0; padding: 0;
} }
} }
.c-header {
z-index: 2;
}
.top { .top {
position: relative; position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment