From 7cf91c04fa379ffea202f745842b592ede7d5a17 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 16 Apr 2020 19:20:25 +0800 Subject: [PATCH] z-index --- source/css/_layout/navbar.styl | 4 ++-- source/css/_layout/search.styl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/css/_layout/navbar.styl b/source/css/_layout/navbar.styl index 7a778bb..fd6171b 100644 --- a/source/css/_layout/navbar.styl +++ b/source/css/_layout/navbar.styl @@ -4,7 +4,7 @@ left: 0 height: 2px width: 100% - z-index: 9999 + z-index: 999999 #loading-bar position: fixed @@ -18,7 +18,7 @@ $iconW = 32px $iconMargin = 4px position: fixed - z-index: 99 + z-index: 99999 top: 0 width: 100% height: $navbar-height diff --git a/source/css/_layout/search.styl b/source/css/_layout/search.styl index c34b097..d4ac68c 100644 --- a/source/css/_layout/search.styl +++ b/source/css/_layout/search.styl @@ -7,7 +7,7 @@ width: 100% height: 100% padding: 60px 20px - z-index: 99 + z-index: 99999 + 1 @media screen and (max-width: $modal-threshold) padding: 0px .modal