From 5e839bbbd4d244bed4c3f3739689f3de2ad8c008 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Sun, 28 Jun 2020 18:20:46 +0200 Subject: [PATCH] override z-index of mobile menu --- docs/.vuepress/styles/index.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 0b5f360..d5691f2 100755 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -8,4 +8,7 @@ div.theme-default-content:not(.custom) max-width: 80%; footer.page-edit - max-width: 80%; \ No newline at end of file + max-width: 80%; + +aside.sidebar + z-index: 18 \ No newline at end of file