Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-05-15 04:44:51 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-05-15 04:44:51 +0300
commit8cd646aa4609429aef7f50a506c61954cd8b06d3 (patch)
treec6c667babf01fcc3a574ea5579bb8d01c824f891 /layouts
parenta8369a9a55508e20cef781161a6aa38fc2fdccae (diff)
Fix z-index
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5bf87ae..1f261fb 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -34,7 +34,7 @@
</div>
</header>
{{else}}
- <header id="header" class="w-full m-0 fixed z-1 transition duration-300 ease-in-out border-t-4 border-gray-300">
+ <header id="header" class="w-full m-0 fixed z-10 transition duration-300 ease-in-out border-t-4 border-gray-300">
<div id="header-container" class="max-w-7xl mx-auto p-6 flex items-center flex-wrap lg:flex-no-wrap relative">
<a href="{{ .Site.Home.Permalink }}" class="leading-10 text-3xl font-normal text-gray-600 flex flex-shrink-0 flex-grow">
{{ .Site.Title }}