Commit 75ae1d43 by Orine Matsui

ヘッダ固定

parent 88eda4ad
......@@ -1002,8 +1002,19 @@ header
/* fixed-nav style */
.fixed-nav {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
transform: translateY(-100%);
}
.is-show {
transform: translateY(0);
}
.fixed-nav.is-show {
min-width: 1440px;
background-color: #fff;
......
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