モバイルヘッダにコンテナ用のbox-shadowを指定していた

つらい
gh-pages
Rui 2018-01-16 11:07:59 +09:00 committed by GitHub
parent 803d29c13d
commit 773967db20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ header {
padding: 1em;
@include media-mobile {
border-bottom: $border-default;
box-shadow: $container-box-shadow;
box-shadow: $header-mobile-box-shadow;
position: fixed;
width: 100%;
z-index: 9999;