From d876bdac34f31400e38193b7bed2b38853ff7869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 6 Jun 2018 18:04:22 -0500 Subject: [PATCH] Gave alert a higher z-index --- content/.vuepress/scss/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/.vuepress/scss/_layout.scss b/content/.vuepress/scss/_layout.scss index 948f109..f542387 100644 --- a/content/.vuepress/scss/_layout.scss +++ b/content/.vuepress/scss/_layout.scss @@ -85,7 +85,7 @@ h1, h2, h3, h4, h5 { position: fixed; text-align: left; width: 100%; - z-index: 1; + z-index: 3; > div:first-of-type { position: relative;